Closed
Bug 154620
Opened 22 years ago
Closed 22 years ago
internet banking site works incorrectly (see details)
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 104470
People
(Reporter: rozia, Assigned: Matti)
Details
The secure interface of www.mbank.com.pl (my internet bank) is not working under
Mozilla 1.1 build 2002061104.
The page is using frames with left menuframe. After selecting account on the
main frame (link) the main frame is reloaded. The newly loaded page tries to
refresh left menuframe using:
<body [...]>
<script LANGUAGE="JavaScript" TYPE="text/javascript">
open("ib_navibar_3.asp?[...]", "MenuFrame")
</SCRIPT>
[...the rest of the HTML...]
This does work under IE 5.
Reporter | ||
Comment 1•22 years ago
|
||
In Mozilla the left menu stays not refreshed.
Comment 2•22 years ago
|
||
Reassignging to Browser-Geneal until we can get further information.
This is not going to be a JavaScript Engine bug.
Piotr:
1. Are there any errors in Tools > Web Development > JavaScript Console?
(be sure to clear it of any previous errors first)
2. Would it be possible for you to do File > Save Page As on this?
That will give you an HTML file plus a directory of supporting files.
You could zip all this up, and attach that to this bug via the
"Create a New Attachment" link above. Do not do this if there is
any sensitive information on the page. If you know how to edit that out
of the HTML in a text editor, do that before attaching it here -
We need to see all the supporting files to figure this out; thanks -
Assignee: rogerl → Matti
Component: JavaScript Engine → Browser-General
QA Contact: pschwartau → imajes-qa
dup of bug 104470? (by way of dup bug 137398)
Reporter | ||
Comment 4•22 years ago
|
||
Right, this is the same case. Thanks
*** This bug has been marked as a duplicate of 104470 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 5•22 years ago
|
||
Verified Duplicate. This does look like the same as bug 137398,
"bank site not working properly" (http://www.mbank.com.pl/demo/index.html)
When I go to that site and follow the steps in bug 137398, I see
this function call at http://www.mbank.com.pl/demo/infor1.html, line 24
open("navi0r1.html", "MenuFrame")
That is the same type of function call as described above.
As Boris Zbarsky explains in bug 137398, this only fails if you
have this box UNCHECKED in your Mozilla preferences:
Edit > Preferences > Advanced > Scripts&Plugins > "Open unrequested windows"
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•