Hello,
I have a problem that I think is being caused by explorer, but not all explorers. Probably a version problem but just incase I am coming to the best with the question.
I either get the appropriate result or I get "Error on Page" and no link.
In the Head -
<script language="JavaScript" type="text/JavaScript">
<!--
function OpenWin(Loc,Width,Height)
{
var WinInfo = "toolbar=no,scrollbars=yes,directories=no,resizable=yes,menubar=no,width=" + Width + ",height=" + Height
wPageWindow=window.open(Loc,"wImageWindow",WinInfo);
}
//-->
</script>
In the Body -
<p><a href="javascript:OpenWin('source.htm','640','600','target=_top');"><img src="source.gif" alt="Halton" width="198" height="66" border="0"></a></p>
Any thoughts,
Bruce
I have a problem that I think is being caused by explorer, but not all explorers. Probably a version problem but just incase I am coming to the best with the question.
I either get the appropriate result or I get "Error on Page" and no link.
In the Head -
<script language="JavaScript" type="text/JavaScript">
<!--
function OpenWin(Loc,Width,Height)
{
var WinInfo = "toolbar=no,scrollbars=yes,directories=no,resizable=yes,menubar=no,width=" + Width + ",height=" + Height
wPageWindow=window.open(Loc,"wImageWindow",WinInfo);
}
//-->
</script>
In the Body -
<p><a href="javascript:OpenWin('source.htm','640','600','target=_top');"><img src="source.gif" alt="Halton" width="198" height="66" border="0"></a></p>
Any thoughts,
Bruce