R
Ric Castagna
I have a form that I'm trying to handle if the viewer "leaves" without
completing the entire thing.
The client wants to be advised that someone one "tried" to fill out
the application. Most likely situation will be the viewer will click
on another link in the site, or enter a new address into the browser.
I've got the onunload() raising an alert box, so I think I can get it
to do the processing that I want it to.
Here's my problem...I need to know if there's a way to detect the URL
that was entered into the address bar or clicked via a link. This way
I can do the processing I need to and then send them to their desired
destination.
Help!
Thanks in advance,
Ric
completing the entire thing.
The client wants to be advised that someone one "tried" to fill out
the application. Most likely situation will be the viewer will click
on another link in the site, or enter a new address into the browser.
I've got the onunload() raising an alert box, so I think I can get it
to do the processing that I want it to.
Here's my problem...I need to know if there's a way to detect the URL
that was entered into the address bar or clicked via a link. This way
I can do the processing I need to and then send them to their desired
destination.
Help!
Thanks in advance,
Ric