Closed
Bug 277726
Opened 20 years ago
Closed 20 years ago
Java script not interpreted
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: rmsimons50, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
It appears that the following java script is ignored:
<SCRIPT LANGUAGE=JAVASCRIPT>
<!-- Hide script from old browsers
if (top.location == self.location)
{top.location.href = "index.html"}
// End hiding -->
</SCRIPT>
Reproducible: Always
Expected Results:
An attempt to enter a web site at other than the "home page" should go to the
home page.
IE handles OK.
Comment 1•20 years ago
|
||
WFM WinXP Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20050107 Firefox/1.0+
| Reporter | ||
Comment 2•20 years ago
|
||
I am in error. This script works OK. Sorry about the false bug report.
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•