Click to See Complete Forum and Search --> : How do i get the following script to open with no toolbar


Gooner
10-24-2003, 04:19 AM
How do i get the following script to open with no toolbar

<SCRIPT>
var left, top;
if ((screen.width<800) || (screen.height<600)) {
self.location.href='wrongres.html';
} else {
left=(screen.width-789)/2;
top=(screen.height-545)/2;
self.location.href="startup/login2.asp";
}

</SCRIPT>

pyro
10-24-2003, 07:34 AM
See http://www.webdevfaqs.com/javascript.php#popup