-----Original Message-----
From: Todd Marshall 
Sent: Monday, December 03, 2001 4:02 PM
To: 'Quang Nguyen'
Subject: RE: [Dynapi-Help] Bug with IE5.5 winNT: "is is not defined"


I had this problem often. It had to do with frames.
I had DynAPI included in several frames; it would unload from one frame
and 'is' became undefined.
another frame would reference 'is' and it would've been unloaded.
 I think I tried checking if (!is) but I don't think this worked because
later something else would crash.
The solution was to make sure the frames were using DynAPI as they
should (in the frame example).
Maybe only include it in one frame and drive the other frames from it?
I'm not sure.
Todd.


-----Original Message-----
From: Quang Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 03, 2001 3:07 PM
To: [EMAIL PROTECTED]
Subject: [Dynapi-Help] Bug with IE5.5 winNT: "is is not defined"


I sometimes get a "Javascript error" popup window that say that the
object 
"is" is not defined. FYI, "is" is defined in browser.js.
The curious part is that I already have defined

<script language="Javascript">
DynAPI.setLibraryPath('dhtmllib');
DynAPI.include('dynapi.api.*');
DynAPI.include('dynapi.event.listeners')
DynAPI.include('dynapi.event.mouse')
DynAPI.include('dynapi.ext.inline.js')

Kind of weird, because the same file will get that Javascript error
message.


Did anyone experience similar problems when using DYNAPI?

_________________________________________________________________
Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to