Closed
Bug 26669
Opened 26 years ago
Closed 26 years ago
Javascript in <noframes> should not be executed
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: pollmann)
References
()
Details
Attachments
(2 files)
Page is not loading. Mozilla displays the message:
Not Found
The requested URL /home.htm was not found on this server.
Apache/1.3.3 Server at news.com.au Port 80
Comment 1•26 years ago
|
||
The frameset for that page contains
<script> window.location = "home.htm"; </script>
within <noframes> </noframes> tags and should not be executed.
Reassign to karanze; component = HTML Frames; update description
Assignee: gagan → karnaze
Component: Networking → HTMLFrames
QA Contact: tever → petersen
Summary: Page not loading → Javascript in <noframes> should not be executed
Comment 2•26 years ago
|
||
Comment 4•26 years ago
|
||
Comment 5•26 years ago
|
||
I've attached a very simplified test case (the first one was basically the
original page, no offence meant) although I've taken so much stuff out that the
result is probably illegal HTML (no <HEAD> tags for a start).
Basically, it seems that Mozilla will execute the script in a <NOFRAMES> tag all
the time.
Gerv (using W95 M13).
| Assignee | ||
Comment 6•26 years ago
|
||
Fix checked in with much assistance from Harish. Thanks!
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Core Graveyard
Updated•8 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•