sebs
Jan 16th, 2001, 07:57 AM
i want to pop a little window when the user close one
of my page,the little window is for the database utilities,
but i cannot pop up a new window in Netscape,
i put it on the onUnload and it works great in
internet explorer,i can close it with the X or exit and it
will work,BUT Netscape the trouble,i can not even
put a alert message, nothing fire when i close Netscape
with the X, why...herenis my code(this is for testing):
<body onUnload="window.open('pop.html');">
can somebody try it for me,or tell me what is the problem??
of my page,the little window is for the database utilities,
but i cannot pop up a new window in Netscape,
i put it on the onUnload and it works great in
internet explorer,i can close it with the X or exit and it
will work,BUT Netscape the trouble,i can not even
put a alert message, nothing fire when i close Netscape
with the X, why...herenis my code(this is for testing):
<body onUnload="window.open('pop.html');">
can somebody try it for me,or tell me what is the problem??