Closed
Bug 173449
Opened 22 years ago
Closed 17 years ago
cnbcm.com - City National Bank website missing "Submit" button
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ulwarth, Unassigned)
References
()
Details
(Keywords: ecommerce, Whiteboard: [bank])
The URL above is the login page for City National Bank's online banking. In
Netscape 4.x and IE 6 there is a "Submit" button visible beneath the four input
boxes. In any other browser (including Moz) it is not visible, making it
impossible to login.
I look at the code for the page, and I'm very confused why it doesn't show
up...although the JavaScript code which draws the button (who knows why they
coded this in such a way) does take different paths whether it detects "NS" or
"IE", it doesn't seem to actually disallow any browser version.
Comment 1•22 years ago
|
||
Well, the code looks like this:
if (IE) {
// Use IE proprietary functions (document.styleSheets[id])
} else {
// Use NS4 proprietary functions (document.classes)
}
The IE version would work for Mozilla if the sheet index were used instead of
the linking element id (per the DOM spec).
Assignee: rogerl → aruner
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → US Banks
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: pschwartau → bclary
Version: other → unspecified
Updated•22 years ago
|
Summary: City National Bank website missing login button → cnbcm.com - City National Bank website missing login button
Updated•21 years ago
|
Whiteboard: [bank]
Comment 2•21 years ago
|
||
SPAM: New Components
Assignee: aruner → english-us
Component: US Banks → English US
QA Contact: bc → english-us
Comment 3•19 years ago
|
||
one of the best references/recommendations I've found for encouraging financial institutions to support firefox is located at bankers on-line web site
http://www.bankersonline.com/security/security_browserthreat070204.html
It was written in 2004 during the download.ject attack, but much of it still applies today. This is a good link to send when contacting banks.
Comment 4•17 years ago
|
||
That page still has a giant morass of scary JS, but the Submit button is definitely there in Camino trunk, Minefield, Firefox 2, and Safari, so I think it's safe to call this FIXED by something the site did between 2003 and now.
Status: NEW → RESOLVED
Closed: 17 years ago
OS: Linux → All
Hardware: PC → All
Resolution: --- → FIXED
Summary: cnbcm.com - City National Bank website missing login button → cnbcm.com - City National Bank website missing "Submit" button
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
•