[thelist] JavaScript Pop-up Window

Beau Hartshorne beau at members.evolt.org
Mon Nov 19 19:50:30 CST 2001


When this code:

<script language="JavaScript" type="text/javascript">
<!--
function okDialogHIGH()
{
	var HIGH = 
	window.open("video/high/post.html",
		"popup",
		"toolbar=no,
			directories=no,
			menubar=no,
			height=200,
			width=325,
			status=no,
			resizable=yes,
			scrollbars=1");
		HIGH.focus();
}
//-->
</script>

is called from an <a> tag, like so: <a
href="javaScript:okDialogHIGH();">High Speed</a>, in IE 6/Win2k, the
popup window gets opened in the background. This problem does not appear
at all in Netscape 6.2.

Here's the page: http://www.edgemont.tv/backlot/post.asp

The links are about 1/3 the way down the page, (High Speed | Low Speed).

Thanks,

Beau





More information about the thelist mailing list