the error 'is is not defined' occurse when the DynAPI did not fully load. This usually means that you have modified some code in the DynAPI which is throwing an error. OR (and I think this is the case) you forrgot to include dynapi.js Your code: corrected:
<script language="Javascript" src="yourpath/dynapi.js"></script> <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') you MUST include dynapi.js or there is no is!!! ----- Original Message ----- From: "Quang Nguyen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 3:07 PM 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