Christine Kuehnel: externe JS-Datei wird angezeigt ...

Beitrag lesen

Hallo,

tja, das alte problem. du hast noch den netscape 3.0 oder?? der 4.x macht diesen fehler nicht mehr.

Das Wort "Fehler" wuerde ich hier nicht benutzen.
Es ist lediglich so, dass Navi 3 im Gegensatz zu seinem Nachfolger auf MIME-Type vom vom Server angewiesen ist.

Aus der Doku:
"External JavaScript files should have the file name suffix .js, and the server must
map the .js suffix to the MIME type application/x-javascript, which the server sends
back in the HTTP header. To map the suffix to the MIME type, add the following line
to the mime.types file in the server's config directory, and then restart the server.
type=application/x-javascript   exts=js
If the server does not map the .js suffix to the application/x-javascript MIME type,
Navigator improperly loads the JavaScript file specified by the SRC attribute.
NOTE: This requirement does not apply if you use local files."

Christine

PS: In JavaScript-Dingen sicher immer mal einen Blick wert - die FAQ von de.comp.lang.javascript http://irb-www.informatik.uni-dortmund.de/~sm/aw/js/faq/
Zu. o.g. Problem speziell http://irb-www.informatik.uni-dortmund.de/~sm/aw/js/faq/jslib/fktlib.html