This script, designed to open a specified window at certain proportions and load a certain page works fine on the various browsers on a MacOS operating system, but will not work on the Windows operating system running IE 4. I have tried just about everything to get it to work, but nothing seams to matter,I still receive the same error messages over and over again on a windows machine running IE 4. Can someone like robherc, or any of the other JavaScript geniuses help to figure out what the problem is?<br>
You can find where this error occurs at <br>
,<br>
or look at the script example I have provided below.<br>
Any suggestions would be greatly appreciated.<br>
<br>
<br>
<br>
<SCRIPT LANGUAGE="javascript"><!--<br>
function LogIn()<br>
{<br>
window.open(' 'Member Login', 'width=345,height=156,resizable=no');<br>
}<br>
// End --></SCRIPT><br>
<br>
<P><A HREF="javascript:LogIn();" OnMouseOver="window.status='Link: return true" OnMouseOut="window.status=''; return true">Member Login</A></P><br>
You can find where this error occurs at <br>
,<br>
or look at the script example I have provided below.<br>
Any suggestions would be greatly appreciated.<br>
<br>
<br>
<br>
<SCRIPT LANGUAGE="javascript"><!--<br>
function LogIn()<br>
{<br>
window.open(' 'Member Login', 'width=345,height=156,resizable=no');<br>
}<br>
// End --></SCRIPT><br>
<br>
<P><A HREF="javascript:LogIn();" OnMouseOver="window.status='Link: return true" OnMouseOut="window.status=''; return true">Member Login</A></P><br>