you need to use the self.focus() function on the onBlur event
This has to be called on the popup
first make a simple window.open call.
<html>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function topWindow(){
popup = window.open("mypage.html","","height=200,width=300,scrollbars=no"
}
// End -->
</SCRIPT>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.