Thread: Question
View Single Post
  #6  
Old 05-13-2005, 10:34 AM
zaitsev is offline zaitsev
Registered User

Join Date: Jan 2004
Posts: 217

instert into header:

Code:
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
in body:

Code:
<body onLoad="MM_openBrWindow('http://www.YOURURLHERE.com,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes')">

rest of body here

</body>
Reply With Quote