PDA

View Full Version : HELP: Script error from IE Update!


spinweb
10-04-2002, 04:04 PM
OK. I was spawning a window from a desktop icon. Here's the code:

<OBJECT id="closes" type="application/x-oleobject"
classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<PARAM NAME="Command" VALUE="Close">
</OBJECT>

<script type="text/javascript">
function init() {
window.open('start.html','second','height=636,width=875');
window.focus();
closes.Click(); }
</script>

then..

<BODY onload="init()">

Now, as a result of MS's Unchecked Buffer in Windows Help patch (Q323255), I'm getting the following error:

"This operation can only function within HTML help" error message, yet it still works, other than getting the error and failing to close the initial window.

I was just about to burn this CD!!

Anyone have ideas?

Thanks!
Rick