Forum Moderators: open
Any suggestions?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<script language="JavaScript" type="text/javascript">
function popUp2(theURL, windowName, windowFeatures) {
var newWin = window.open(theURL, windowName, windowFeatures);
}
</script>
</head>
<body>
<p>
<iframe src='blank.html' id='test' name='test' width='500px' height='50px'></iframe>
<p><a href="blank.html" onClick="popUp2('blank.html', 's1', 'width=430,height=400,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=1,ScreenX=5,Left=5,ScreenY=5,Top=5,' ); return false;">PopUp Test</a>
</body>
</html>
Strange thing is that this was disabling a user selected (onClick) popup if there was an iframe present in the page. I re-eneabled popup blocking in IE and the IE google toolbar and it still worked so it would appear that the popup blocker in my ISP's software was definately the problem.