July 29, 2001

Pop Up Windows, conclusion...

Now, we need to use this script somewhere in your page and pass along to it the "getURL" value that you want to use.
Where you want to create the link to your popup, use this:


<a href="javascript:openWindow('myURL')"> Click here for your popup </a>

Of course, substitute the actual address for 'myURL' and away you go!