Closed Bug 221168 Opened 21 years ago Closed 10 years ago

fccuonline.com - Fails to open home banking page.

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: chuckt2, Unassigned)

References

()

Details

(Keywords: ecommerce)

User-Agent:       Mozilla/4.8 (Macintosh; U; PPC)
Build Identifier: 1.6a

fails to run javascript:openLogin();

This fails to open in Mozilla 1.6a, Netscape 7.1, and Camino v .07.
It opens as it should in netscape 4.8, IE 5.2, and in Safari v 1.0(v85) it opens 
a minimized window, but it opens.


Reproducible: Always

Steps to Reproduce:
1.Go to http://www.fccuonline.com
2.Click on home banking symbol in top banner.
3.Fails to open to log in page.

Actual Results:  
nothing! should have opened a login page to enter account number and p.i.n.


Expected Results:  
login page should have opened to allow login to online banking services.


I have checked preferences, and tried many combinations. I even trashed the 
preferences in the library and started over, to no avail.

If I don't have something checked correctly, let me know so that I can fix it.

I have used Netscape 4.8 until it's last legs but have switched to OSX, and don't 
like to have to use Classic. I have refused to use Microsoft products, but IE5.2 
works the best on this page in OSX.
The page has:

	function openLogin() {
		params = "";
		if (document.layers) {
			winWidth = 600;
			winHeight = 270;
			winLeft = 10;
			winTop = 290;
		} else if (document.all) {
			winWidth = 620;
			winHeight = 430;
			winLeft = 10;
			winTop = 270;
		}
		params = "width="+ winWidth +",height="+ winHeight +",left="+ winLeft
+",top="+ winTop;

Now in IE, document.all is defined (and the same is true for khtml, hence
Safari).  In NS4, document.layers is defined.  In Mozilla, neither is defined,
so this code accesses winWidth without giving it a value or declaring it, which
is an error in JavaScript.

Over to evang.
Assignee: general → english-us
Status: UNCONFIRMED → NEW
Component: Browser-General → English US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: general → english-us
Version: Trunk → unspecified
Chuck, this site is in a 1997 timewarp. Can you contact them at
info@fccuonline.com and ask them to update their site ? devedge.netscape.com has
good info.

You might tell them that NN4 is no longer updated and is subject to security
exploits as is IE4. IE5/6's recent vulnerabilities as also not good. If they
care about security they should focus on the most recent browers and allow their
users to use alternatives to IE.

OS: MacOS X → All
Hardware: Macintosh → All
Summary: Fails to open home banking page. → fccuonline.com - Fails to open home banking page.
Keywords: ecommerce
Blocks: 124594
This site is definitely out of their 1997 timewarp;

https://www.floridacentralcu.com/onlineserv/HB/security_site/privacy.html

says they support Firefox.

Chuck, can you confirm that Firefox works now?
I forgot to mention -- fccuonline.com now immediately redirects to

https://www.floridacentralcu.com/home/home

which is why comment 3's URL differs from the bug's original URL.
Site has been updated, closing. If someone can confirm this issue still exists, please reopen.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.