|
-
Jan 4th, 2001, 01:48 PM
#1
Thread Starter
Frenzied Member
... you close your window with the upper right X,
in MSIE it work, but dam Netscape!!
does somebody know how to execute something when the window is closing!
something that WORK WITH NETSCAPE!!
-
Jan 4th, 2001, 02:58 PM
#2
Black Cat
I would think from a user's perspective, you wouldn't want anything executing when you click the x to close the program.
Josh
-
Jan 4th, 2001, 07:07 PM
#3
Fanatic Member
if you post your code, or what you are trying to do when the browser is closed it would help me help you.
-
Jan 5th, 2001, 08:48 AM
#4
Thread Starter
Frenzied Member
it's because one of my page there's a list of hour(from 7AM to 7PM)
and you can reserve hour to play(it's a golf project),and
when someone is editing his hour,i have to lock it so
that anybody else can edit it at the same time,and when he
exit this form by pressing ok or cancel i pop up a little
page that unlock the field(row),but the thing is if the user
close the window with the X,in MSIE it work my little page
pop up and unlock my row,but in NN it does not pop up a new window!!
<body bgcolor="#29387b" marginwidth=0 marginheight=0 leftmargin=0 topmargin=0 onUnload="window.open('unLock.asp','_blank','width=100,height=100,menubar=0,location=0,toolbar=0,per sonalbar=0,status=0,scrollbars=0');">
-
Jan 5th, 2001, 01:24 PM
#5
Fanatic Member
umm....
I'll have to look into this one.
the Unload event should work but as you know it doesn't.
let me look around for a bit
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|