Closed Bug 214901 Opened 21 years ago Closed 13 years ago

cneccc.edu.hk - can't show boxes for entering login name and password

Categories

(Tech Evangelism Graveyard :: English Other, defect)

x86
Windows XP
defect
Not set
major

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"
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
Whiteboard: [bug248549notfixed]
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: 13 years ago
Resolution: --- → INCOMPLETE
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.