« Return to the main article
Set the body like this:
<body language=”JavaScript” onblur="backToThisWindow();">
And the function called is:
function backToThisWindow()
{
window.focus();
}//End function backToThisWindow()
Simple, yet simple.
/Jens
Set the body like this:
<body language=”JavaScript” onblur="backToThisWindow();">
And the function called is:
function backToThisWindow()
{
window.focus();
}//End function backToThisWindow()
Simple, yet simple.
/Jens