Hi,
I've developed a simple web page with a script that opens a new window, with the following code:
<html>
<head>
<SCRIPT language=JavaScript1.2> <!--
nova=window.open(' 'new','menubar=0, status=none, scrollbar=0, top=0, left=0, width=790, height=550');
// -->
</SCRIPT>
</head>
<body leftmargin=15>
A new window has been opened.
</body>
</html>
While having the file.html stored in localhost, everything works fine. But when uploading it to a server (I have tried several servers), it opens the new windows only in some computers. For instance, there's a computer with windows 2000 and another with windows xp that are not able no run the stcript, but with another computer with windows XP it works perfectly.
Anyone knows why it works in some computers and it doesn't in others?
thank you very much for your help
I've developed a simple web page with a script that opens a new window, with the following code:
<html>
<head>
<SCRIPT language=JavaScript1.2> <!--
nova=window.open(' 'new','menubar=0, status=none, scrollbar=0, top=0, left=0, width=790, height=550');
// -->
</SCRIPT>
</head>
<body leftmargin=15>
A new window has been opened.
</body>
</html>
While having the file.html stored in localhost, everything works fine. But when uploading it to a server (I have tried several servers), it opens the new windows only in some computers. For instance, there's a computer with windows 2000 and another with windows xp that are not able no run the stcript, but with another computer with windows XP it works perfectly.
Anyone knows why it works in some computers and it doesn't in others?
thank you very much for your help