from what i can see you are commenting it out
<.SCRIPT LANGUAGE="javascript">
<.!--
DynAPI. {
}
-->
<./script>
<./head>
 
should be
<.SCRIPT LANGUAGE="javascript">
<.!--
DynAPI. {
}
//-->
<./script>
<./head>
 
see the difference ? wether that is your problem is a different matter ;)
Netscape 4 is a strange beast but 4.76 works fine for me even tho its view-source function sucks (unlike notepad in ie)
----- Original Message -----
Sent: Monday, January 07, 2002 7:23 PM
Subject: [Dynapi-Help] Netscape 4.x Magically Disappearing Sourcecode

This is the strangest thing I've run across since I started using the DynAPI, and the first time I've run across it.  I've been building a multi-level site using the DynAPI and I've just moved into the debug phase of the project.  Everything works perfectly fine in IE and NS6, there's no problems there.  However, in any other version of Netscape, all of my scripts are disappearing.  This is what I'm seeing --

The way it Should be:

<.script language="Javascript" src="javascript:void(0);">
<./script>

<.SCRIPT LANGUAGE="javascript">
DynAPI.setLibraryPath('dynapi/src/lib/')
DynAPI.include('dynapi.api.*')
DynAPI.include('dynapi.event.*')
DynAPI.include('dynapi.util.thread.js');
DynAPI.include('dynapi.util.pathanim.js');
DynAPI.include('dynapi.gui.viewport.js');
DynAPI.include('dynapi.gui.label.js');
DynAPI.include('dynapi.ext.inline.js');
<./script>

<.SCRIPT LANGUAGE="javascript">
<.!--
DynAPI. {
}
-->
<./script>
<./head>

---------------------  And this is what I see when I view my sourcecode in NS -

<.script language="Javascript" src="javascript:void(0);">

<./script>

<./head>


The browser is not recognizing any of my included files, or my scripts in the header (past that very first one), at all.  I have NO clue what to do about this.  Any suggestions?  Thank you.

- Melissa

Reply via email to