Hi all,
I'll be using this information in the "onunload" event of the page. When a user submits or closes the page or visits a new link the onunload event will be fired and in this event I want to capture that new link he is about to visit.
I tried using "location.href" but that only gives me the link in which the user is currently in. Not the link that he is about to visit !
How do I find this URL that he' about to visit in the onunload event, using what command ?
thanx a lot.
I'll be using this information in the "onunload" event of the page. When a user submits or closes the page or visits a new link the onunload event will be fired and in this event I want to capture that new link he is about to visit.
I tried using "location.href" but that only gives me the link in which the user is currently in. Not the link that he is about to visit !
How do I find this URL that he' about to visit in the onunload event, using what command ?
thanx a lot.