Todd Marshall: This problem occurs even in no frame mode.
Doug Melvin: I have included correctly dynapi.js
Michael Pemberton: Closing the <script> section that contains your include()
calls didn't help much, but I have done it nevertheless(thanks for the
info).
My investigation:
The following code will give you the error "is is not defined":
<head>
<script language="Javascript" src="dhtmllib/dynapi.js"></script>
</head>
<BODY></BODY>
Adding the browser.js file the following way will still give you the error
message:
<head>
<script language="Javascript" src="dhtmllib/dynapi.js"></script>
<script language="Javascript" src="dhtmllib/api/browser.js"></script>
</head>
<BODY></BODY>
However this code will not give me any problem in frame mode.
<head>
<script language="Javascript" src="dhtmllib/dynapi.js"></script>
<script language="Javascript">
DynAPI.setLibraryPath('<%=Directory%>dhtmllib');
DynAPI.include('dynapi.api.browser');
</script>
</head>
<BODY></BODY>
Hope that help...
_________________________________________________________________
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