|
script language="JavaScript"> var width = 1024; var height = 768; var left = 99; var top = 99; URL = "home.htm"; window.open(URL,'site', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=yes');