View Full Version : Pop Up Windows


Bamboo
03-05-2003, 02:18 AM
What is the exact code for a pop up window that I can resize? I looked at the Javascript ones, but there was one for a link and then there was one to resize the window and I didn't know how to put it together. Can anybody help me?

joshg678
03-05-2003, 02:49 AM
ok below is the code all you do is edit the url it goes to:



<a href="javascript:;" onclick='window.open("Url Goes Here","width=693,height=500,menubar=no,resizable=no,scrol lbars=no,toolbar=no,top=100,left=100");'></a>


hopes that helps