Closed
Bug 161467
Opened 23 years ago
Closed 17 years ago
spdb.com.cn - JavaScipt Error in ShangHai Pudong Development Bank
Categories
(Tech Evangelism Graveyard :: Chinese-Simplified, defect, P1)
Tech Evangelism Graveyard
Chinese-Simplified
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yang_yi_cn, Assigned: momoi)
References
()
Details
(Keywords: ecommerce, Whiteboard: [proprietary-js])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.0.0) Gecko/20020606
BuildID: 2002060608
The URL is a login page for personal bank service. But the login button will not
work. If you cannot read Chinese, I can tell you that login button is the gray
button in the middle bottom of the page. The button uses some javascript to
perform login action, but Mozilla cannot make the button take effect.
Reproducible: Always
Steps to Reproduce:
1.Visit https://www.spdb.com.cn/priv_bank/logon.asp
2.Click the gray button which locates in middle bottom of the page.
3.
Actual Results: Nothing happened.
Expected Results: Should invoke "Login" action, if the fields is empty, should
popup warnings, otherwise will enter the main function page.
I've viewed the source at a glance, the login button is in fact a table cell,
the source code of the button is as below.
--------------------
<table border="1" cellpadding="0" cellspacing="0" width="75" class="a1"
bgcolor="#CCCCCC" bordercolor="#000000" bordercolorlight="#000000"
bordercolordark="#FFFFFF">
<tr>
<td id="login" style="cursor:hand">
<p align="center">µÇ¡¡Â¼</td>
</tr>
</table>
------------------------
and there is an JS function as below:
----------------------
<script language="javascript" event="onclick" for="login">
------------------------
But obviously Mozilla cannot recognize it.
As I'm not so familiar with JS, I assume it is an Envagelism bug. Please try to
tell the webmaster to fix it, or tell me how to fix it and I'll try to contact
the webmaster.
Comment 1•23 years ago
|
||
wow, this is the first time I saw THAT (<script event="" for="">) being used in
"Real Life"...
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Priority: -- → P1
Hardware: PC → All
Whiteboard: [proprietary-js]
Comment 2•17 years ago
|
||
Is this still a problem?
Summary: JavaScipt Error in ShangHai Pudong Development Bank → spdb.com.cn - JavaScipt Error in ShangHai Pudong Development Bank
Comment 3•17 years ago
|
||
Site appears to have moved to http://www.spdb.com.cn/chpage/c510/ where the Login button works fine (but gives a 403 Forbidden for https://ebanks.spdb.com.cn/ent/en/login.jsp in the resulting popup window).
FIXED by site redesign; the 403 error shows up in Firefox, Camino, and Safari, so something else is wrong other than just TE or browser weirdness.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
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
•