Closed
Bug 279919
Opened 20 years ago
Closed 14 years ago
okeylove.com - accessing form name in global namespace
Categories
(Tech Evangelism Graveyard :: Chinese-Simplified, defect)
Tech Evangelism Graveyard
Chinese-Simplified
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: flammend, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0 (MOOX M3)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0 (MOOX M3)
The given page at URL http://www.okeylove.com/ can not be displayed and the
source code does not indicate any helpful clues such as explicit errors on
configuration or other similar stuff. Considering troubled page is built on
3-frame structure, this might suggest defects on multi-frame support in terms of
browsing compliance.
Meanwhile, IE can display that page without any problems. In a word, this
happened with FireFox 1.0 during browsing on given URL, which consists of 3
vertical frames generated by PHP scripts.
Reproducible: Always
Steps to Reproduce:
1.go to www.okeylove.com with firefox
Actual Results:
blank page displayed instead of expected ones
Expected Results:
display that page same as IE does
Comment 1•20 years ago
|
||
View source shows an essentially empty <body> and this javascript in the
<head>
<script language="javascript">
function guestLogin(){
document.all['loginName'].value = 'guest';
document.all['password'].value = 'guest';
login_form.submit();
}
</script>
Firefox is displaying what it is given!
Comment 2•20 years ago
|
||
Well, not that empty: if instead of trying to access the form in the global
namespace to call submit() on it, it accessed it in some more precise way, like
document.forms[0].submit(), then it would work (until it hits another IEism,
anyway).
Assignee: firefox → chinese-simplified
Component: General → Chinese-Simplified
Product: Firefox → Tech Evangelism
QA Contact: general → chinese-simplified
Summary: cannot display the URL given above which might suggest defects on multi-frame support → okeylove.com - accessing form name in global namespace
Comment 3•16 years ago
|
||
In Firefox 2's Error Console:
Error: document.all has no properties
Source File: http://www.okeylove.com/guestIn.php
Line: 10
Confirming; this site currently displays as totally blank in Firefox 2 and Camino trunk.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•16 years ago
|
OS: Windows Server 2003 → All
Hardware: PC → All
Comment 4•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
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
•