Forum Moderators: open
<html><head><SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
var chatroomWindow=null;
function chatroom(mypage,myname,w,h,pos,infocus){
{LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';chatroomWindow=window.open('',myname,settings);
if(infocus=='front'){chatroomWindow.focus();chatroomWindow.location=mypage;}
if(infocus=='back'){chatroomWindow.blur();chatroomWindow.location=mypage;chatroomWindow.blur();}
}
// -->
</script>
</head>
<body><a href="javascript:chatroom('http://www.example.com/chat.php','Chat Room','610','410','center','front');">Chat Room</a>
</body></html>