Closed
Bug 147967
Opened 23 years ago
Closed 17 years ago
bankleumi.co.il - A valid login to Bank Leumi shows a blank screen
Categories
(Tech Evangelism Graveyard :: Hebrew, defect)
Tech Evangelism Graveyard
Hebrew
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rn23, Unassigned)
References
()
Details
(Keywords: ecommerce)
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR
1.0.3705)
BuildID: 2002051006
I don't know exactly how explain how to reproduce it, since it requires one to
have a valid login (an invalid one just gives the "access denied" error
message). However, when having one, the screen goes blank.
I have all script options enabled.
Reproducible: Always
Steps to Reproduce:
1. Open the URL.
2. Give *valid* u/p.
3. Submit form.
Actual Results: The screen goes blank.
Expected Results: Bank account information should be displayed.
This is the code for the blank page:
<script LANGUAGE=javascript>
<!--
function changebank(Bank)
{
if(Bank==2)
{
location.replace ("EndSession.asp?/L=H/IE4/TBL/U=ZFST203/A=2")
}
else
{
location.replace
("default.asp?/L=H/IE4/TBL/U=ZFST203/A=2"+"/in=2")
}
}
//-->
</SCRIPT>
<html>
<head>
<script >
function dialogBox()
{
var Bank;
var params="dialogWidth:500px;
dialogHeight:300px;scrolling:no; center:yes;
toolbar=no;location=no;directories=no;status=no;statusbar=no;
menubar=no;scrollbars=no;resizeable=no";
Bank=showModalDialog
("choosebank.asp","",params)
changebank(Bank);
}
</script>
</head>
<body onload=dialogBox() >
</body>
</html>
Comment 1•23 years ago
|
||
This is a duplicate of these:
bug 99591 "Bank Leumi: page does not render in Mozilla0.9.3 or Netscape 6.1"
bug 104015, "leumi.co.il: web page displayed blank"
Reassigning to Tech Evangelism -
Assignee: rogerl → momoi
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → Middle Eastern
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: pschwartau → xslf
Version: other → unspecified
Comment 2•23 years ago
|
||
Marking as duplicate -
rn23@hotmail.com: thank you for this report; you will be cc'ed on
bug 99591 so you may follow its progress.
*** This bug has been marked as a duplicate of 99591 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
This is not duplicate.
It's a different application.
99591 seems to be fixed, since the URL there loads OK.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
This is no duplicate.
Please refer to previous comments.
Component: Middle Eastern → Browser-General
Product: Tech Evangelism → Browser
Target Milestone: --- → M1
Version: unspecified → other
This is no duplicate.
Please refer to previous comments.
Target Milestone: M1 → mozilla1.0.1
Comment 6•23 years ago
|
||
The problem seems to be the showModalDialog call, which is only in IE.
http://www.devguru.com/features/knowledge_base/A100203.html might be useful.
-->Tech Evang.
Status: REOPENED → NEW
Component: Browser-General → Middle Eastern
Product: Browser → Tech Evangelism
Target Milestone: mozilla1.0.1 → ---
Version: Trunk → unspecified
Comment 7•22 years ago
|
||
tech evang june 2003 reorg
Assignee: momoi → hebrew
Component: Middle Eastern → Hebrew
QA Contact: xslf → hebrew
Comment 8•22 years ago
|
||
I have a login problem at http://www.everbank.com/. When I click on the Login
button on the main screen, the login window opens but never completes loading,
so I cannot enter my login info. Using Win 98SE and Mozilla 1.3.1.
Comment 9•22 years ago
|
||
I should have stated that Mozilla 1.2.1 works fine on the site that gives me
problems with 1.3.1.
Comment 10•22 years ago
|
||
* vic@robertsresearchinc.com : please file a separae bug for your problem.
* anyone here have a valid leumi login, so we could see what the current status is?
Comment 11•17 years ago
|
||
rn23@hotmail.com, is this still a problem for you?
Summary: A valid login to Bank Leumi shows a blank screen → bankleumi.co.il - A valid login to Bank Leumi shows a blank screen
Updated•17 years ago
|
OS: Windows XP → All
Hardware: PC → All
Comment 12•17 years ago
|
||
Finally they are supporting Gecko. It took them just some years to do it...
http://mailman.cs.huji.ac.il/pipermail/linux-il/2009-February/thread.html#295
Status: NEW → RESOLVED
Closed: 23 years ago → 17 years ago
Resolution: --- → WORKSFORME
Comment 14•17 years ago
|
||
> Wouldn't that be FIXED, then? :)
It needs to be confirmed first. ANyone have a valid Bank Leumi login? I closed my account in 2001.
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
•