Closed
Bug 85362
Opened 24 years ago
Closed 24 years ago
The src attribute in the <script> tag is not respected
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
CLOSED
INVALID
People
(Reporter: navneetkarnani, Assigned: asa)
Details
I have a page that has the following tag:
<script language="JavaScript" src="/navbar/navcond.js"></script>
This works fine and displays all the menus using the methods defined in the js
file using Internet explorer but fails on Mozilla.
if you have such a page then you'll have to somehow make it available for
testing, because otherwise this bug is invalid. script src works and is used a
lot.
Reporter | ||
Comment 2•24 years ago
|
||
I think the probelm was with the script. Here is a snippet of the script.
var isMinNS4=(navigator.appName.indexOf("Netscape")>=0&&parseFloat
(navigator.appVersion)>=4)?1:0;
The check for the version of netscape here fails.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•