Hi,

Can anyone tell me how to capture event.returnVal ue.

I have two actions written in my script which will be called during onbeforeunload event. Whenever onbeforeunload event is called, event.returnVal ue will be executed. This event.returnVal ue will hold a message with OK and CANCEL buttons. I want to submit a page based on the value returned from OK and CANCEL buttons.


Your help will be much...