PDA

View Full Version : Close windows after loading


bostjank
09-07-2002, 02:22 PM
Hi!

I have a script (ASP) that must be executed in a new windows. However I would like to close the window after the page is loaded. How can I do that?

Thanks,
Bostjan:thumbsup:

beetle
09-07-2002, 04:19 PM
<body onLoad="top.close();">