Click to See Complete Forum and Search --> : Changing the window size on exit


amshowman
11-08-2003, 06:26 AM
Hi,

I have a pop up on my site, which displays links to other websites. I would like the pop-up window to resize to fill the screen when anyone clicks on one of these links. Any ideas?

Thanks for any help,

Andrew

Mr J
11-08-2003, 07:55 AM
You need to add these to a function

window.moveTo(0,0);

window.resizeTo(300,300);