Actually, this is a known problem with ALL versions of IE.  You need to make 
sure that the <script> section that contains your include() calls is closed 
before you start using the dynapi functions.

eg:

<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')
</script>
<script language="Javascript">
    myLayer = new DynLayer();
</script>

>From: "Quang Nguyen" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: [Dynapi-Help] Bug with IE5.5 winNT: "is is not defined"
>Date: Mon, 03 Dec 2001 20:07:19 +0000
>
>I sometimes get a "Javascript error" popup window that say that the object
>"is" is not defined. FYI, "is" is defined in browser.js.


_________________________________________________________________
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

Reply via email to