slim2
Programmer
- Oct 18, 2001
- 94
Can anyone help on this?? This simple window open from the main window causes an "access is denied" error on the open line. I beleive this used to work and now I cannot figure out why it does not?
It is tested using I.E. 6.0. on an XP machine.
Thanks
Les
<html>
<head>
<title>Access Denioed</title>
-->
</style>
<script language="JavaScript">
<!-- hide me
var helpwindow;
function help()
{
helpwindow=window.open
"lnhelp.html","Help","width=750, toolbar=no, menubar=no, scrollbars=yes"
;
}
// end the hiding comment -->
</script>
</head>
<body>
<form name="total_form">
<a href="#" onClick="help()"><img src="lnquestion.gif" align="center" alt="Help" border="0" width=30 height=40></a>Help</form>
</body>
</html>
It is tested using I.E. 6.0. on an XP machine.
Thanks
Les
<html>
<head>
<title>Access Denioed</title>
-->
</style>
<script language="JavaScript">
<!-- hide me
var helpwindow;
function help()
{
helpwindow=window.open
"lnhelp.html","Help","width=750, toolbar=no, menubar=no, scrollbars=yes"
}
// end the hiding comment -->
</script>
</head>
<body>
<form name="total_form">
<a href="#" onClick="help()"><img src="lnquestion.gif" align="center" alt="Help" border="0" width=30 height=40></a>Help</form>
</body>
</html>