Re: <SCRIPT SRC="../..."> doesn't work under Firefox.
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: <SCRIPT SRC="../..."> doesn't work under Firefox.

From: PDannyD <dan1970@TIBSIHTEVOMERscenicplace.freeserve.co.uk>
Date: Thu Jul 28 2005 - 19:06:40 CEST

On Thursday 28 July 2005 16:51, Loony(loonyme@op.pl) wrote in message
<1122565913.071369.257280@z14g2000cwz.googlegroups.com>

> I have got a code like this in HTML section in ASP file which includes
> javascript file! The script works under MS IE but doesn't with Firefox!
> Can anybody tell me what is wrong?
>
> <HTML>
> <HEAD><TITLE></TITLE>
> <SCRIPT LANGUAGE="JavaScript" SRC="../inc/JSfile.js"><SCRIPT>

Shouldn't it be this instead?

<script type="text/javascript" src="../inc/JSfile.js"></script>
Received on Tue Oct 18 03:03:01 2005