Closed
Bug 238636
Opened 21 years ago
Closed 16 years ago
non functioning web page
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nmcguire, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
This page has a button to sign in with. It works with IE, but not with Mozilla.
I do not know exactly what kind of security is being used, but it is for a
secure login.
Reproducible: Always
Steps to Reproduce:
1. load web page
2. click on button
3. no results (on IE it takes you to a login prompt.)
Actual Results:
no action
Expected Results:
taken to a login prompt
Comment 1•21 years ago
|
||
the login "button" uses
onclick="javascript:window.top.navigate('https://AccessHR.Net/BenefitsPortalWeb');"
and the javascript console says:
Error: window.top.navigate is not a function
changing to
onclick="javascript:window.top.location='https://AccessHR.Net/BenefitsPortalWeb';"
works fine.
-> Evangelism (but there is no info at all in the page about how to contact them)
Assignee: security-bugs → english-us
Status: UNCONFIRMED → NEW
Component: Security: General → English US
Ever confirmed: true
OS: Windows XP → All
Product: Browser → Tech Evangelism
QA Contact: english-us
Hardware: PC → All
Version: Trunk → unspecified
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
•