C
chaichana
Can I get the URL of the page it's gonna redirecting to from
onbeforeunload event ?
Something like...
window.onbeforeunload=foo;
function foo(e){
alert(e.url);
}
I read some articles about onbeforeunload, but I can't find the
solution for this problem.
onbeforeunload event ?
Something like...
window.onbeforeunload=foo;
function foo(e){
alert(e.url);
}
I read some articles about onbeforeunload, but I can't find the
solution for this problem.