Closed
Bug 214901
Opened 22 years ago
Closed 14 years ago
cneccc.edu.hk - can't show boxes for entering login name and password
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: funcheung, Unassigned)
References
()
Details
(Whiteboard: [bug248549notfixed])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030802
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030802
The java boxes for entering login name and password cannot be shown in all
versions of Mozilla, Netscape, Firebird...
But it works perfectly in Internet Explorer.
Reproducible: Always
Steps to Reproduce:
Every time press "INTRANET" after entering the website, I am unable to find the
spaces for entering login name and passowrd.
Actual Results:
Nothing can be seen.
Expected Results:
Two boxes for entering login and pass repectively, after clicking the button
"INTRANET"
Comment 1•22 years ago
|
||
confirming, though this is an evangelism issue.
the site has code like this:
if(document.layers){
document.write('<input type="text" name="userloginid" class="tdnn01"
size="10">'); }
if(document.all){
document.write('<input type="text" name="userloginid" class="tdie01"
size="14">'); }
document.layers only works for Netscape 4. document.all only works for Internet
Explorer. In effect, the website is specifically not showing the login/password
prompt for Mozilla (or other standards-based browsers). document.getElementById
can be used to test for Mozilla.
King, can you pass this information on to those responsible for the intranet site?
Assignee: rogerl → english-other
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → English Other
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: pschwartau → english-other
Summary: can't show java boxes for entering login name and password → cneccc.edu.hk - can't show boxes for entering login name and password
Version: Trunk → unspecified
Updated•21 years ago
|
Whiteboard: [bug248549notfixed]
Comment 2•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
•