|
>script language="JavaScript"<
var exit=true;
function Out()
{
if(exit)
{
open("put url here");
self.focus();
}
}
>/script<
change the tags to <> insted of the >< they are now
and in your body tag put onunload="Out();"
and you should be doing just fine...
|