Closed
Bug 193145
Opened 22 years ago
Closed 16 years ago
o45m.ru - start page not available
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alexander.grimalovsky, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030204
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030204
Frameset code of start page is generated by JavaScript with IE-specific attributes:
<script FOR=window EVENT=onload language="JavaScript">
It doesn't seems to run in Mozilla 1.3b (Build ID: 2003020408), however it works
with Mozilla 1.1 (Build ID: 20020826)
Reproducible: Always
Steps to Reproduce:
1. Enter start page of a site
Actual Results:
Empty page displayed
Expected Results:
Frameset should be loaded
I think, this frameset mustn't be loaded.
This page uses illegal MSIE-only construction:
<script FOR=window EVENT=onload language="JavaScript">
Attributes FOR and EVENT aren't valid in HTML 4.01.
See
http://www.w3.org/TR/html4/interact/scripts.html#h-18.2.1
for explanation
So, this bug should be resolved as INVALID.
Updated•22 years ago
|
Summary: http://o45m.ru/ - start page not available → o45m.ru - start page not available
Comment 3•22 years ago
|
||
-> other
Assignee: nobody → other
Component: Europe: East → Other
QA Contact: momoi → other
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•