thejflo
08-09-2007, 05:32 PM
In the navigation for my site, it directs the visitors to a new page (_blank of course) but what I really wanted originally was it to be a pop up window, and a relatively small - medium size. How can I do this? With what script?
garydarling
08-11-2007, 07:51 AM
This is more appropriate for the javascript section of CodingForums, as that is how pop-up windows are done. That said, try this:
http://javascript.internet.com/generators/popup-window.html
This should give you all the code you need.
thejflo
08-11-2007, 11:01 PM
This is more appropriate for the javascript section of CodingForums, as that is how pop-up windows are done. That said, try this:
http://javascript.internet.com/generators/popup-window.html
This should give you all the code you need.
Oh okay, I wasn't sure what section to post it in initially myself.
Thanks for the link :)