E
Els
Hi, i have the following script in the head of my document:
<script language="Javascript">
<!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************
window.moveTo(0,0)
window.resizeTo(screen.width,screen.height)
//-->
</script>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript"><!--var NN2 =
(navigator.appName == "Netscape") &&
navigator.userAgent.indexOf("Mozilla/2") != -1);function
VensterFocus() {if (!NN2) {self.focus();}}//-->
</SCRIPT>
But I want my visitors to be able to resize the screen. How do I alter
the a.m. script? (I have no clue whatsoever about javascript, so
please be very precise
)
(In IE 5 it is indeed resizeable, but it isn't in IE 6 and others)
Thanks in advance,
Sincerely,
Els
<script language="Javascript">
<!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************
window.moveTo(0,0)
window.resizeTo(screen.width,screen.height)
//-->
</script>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript"><!--var NN2 =
(navigator.appName == "Netscape") &&
navigator.userAgent.indexOf("Mozilla/2") != -1);function
VensterFocus() {if (!NN2) {self.focus();}}//-->
</SCRIPT>
But I want my visitors to be able to resize the screen. How do I alter
the a.m. script? (I have no clue whatsoever about javascript, so
please be very precise
(In IE 5 it is indeed resizeable, but it isn't in IE 6 and others)
Thanks in advance,
Sincerely,
Els