Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: JavaScript Error.
From: Brett Roberts
Date: Mon, 31 Aug 1998 22:28:35 +0100

Hello everyone,

I am opening new windows in my movie and in IE 3.0 i keep getting this
error:

Microsoft JScript runtime error

In frame: TOOLS

[Line: 43] Object doesn't support this property or method


Here is my javascript in my html....
<head>
<script language="JavaScript">
<!--
function hello(){
window.close();
}
function openWin( windowURL, windowName, windowFeatures ) {
var TOOLS = "TOOLS";
return window.open( windowURL, windowName, windowFeatures ) ;
}
// -->
</script>
</head>



in my body this is the link that calls it

<a href="JavaScript: newWindow =
openWin('http://www.speedscape.com/scripts/wsisa.dll/mxform.html?MODE=MLG&SI
GN=71','TOOLS',
'width=520,height=400,toolbar=0,location=0,directories=0,status=0,menuBar=0,
scrollBars=1,resizable=0' ); newWindow.focus()">POST</a>


does anyone know any soluctions,,,,
it works in every other browser...
thanks...


------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]