|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: calling asp file window close |
From: |
Atul Patil |
Date: |
8/18/2001 6:52:09 AM |
IP: |
203.199.163.19 |
You can do the following,
<body onunload="javascript:window.open('yourfile.asp');">
----
----
</body>
But the problem is that the onunload event
also gets fired in netscape browsers if
someone refreshes the page.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|