MozTW 討論區

各項 Mozilla 相關軟體與技術討論
現在的時間是 2026-01-27, 12:53

所有顯示的時間為 UTC + 8 小時





發表新文章 回覆主題  [ 1 篇文章 ] 
發表人 內容
文章發表於 : 2005-04-21, 17:52 
離線

註冊時間: 2005-04-21, 17:24
文章: 2
誠泰銀行的網路銀行https://netbank.macotobank.com.tw/wps/login.jsp
最早用Mozilla的時候沒辦法按下登入鍵,一直叫我更新為IE 5.0以上的版本,而且常會因為要登入這間網路銀行就自動關閉程式。後來一陣子又可以用了,不過畫面怪怪的。然後我就換成FIREFOX了。

後來發現FIREFOX用起來畫面比較正常,不過最近又一直叫我更新為IE 6.0以上的版本,所以我現在按登入鍵又沒反應了!

不過我發現MAC裡面的瀏覽器程式都沒辦法按下登入鍵,連MAC裡面的IE(5.0)也沒辦法。。。而且MAC的IE都是比較舊的版本呀!我只好去找PC來用。。。

還有www.emome.com.tw傳送簡訊的功能也沒辦法按下送出鍵。。。
這是怎麼回事呢?

原始碼:
<HTML>
<HEAD>
<title>網路銀行登入</title>
<link rel="stylesheet" href="css/macotoNBS.css" type="text/css">
<script language="javascript" src='js/util.js'></script>
<script language="javascript">
//document.open("warning.html", "warning" ,"height=330,width=510,left=65,top=130,resizable=yes");


var ie = (navigator.appName.indexOf("Microsoft") >= 0);

var vr = parseInt(navigator.appVersion);

var agent = navigator.userAgent;

if (ie)
{
var ieVer = navigator.appVersion.substr(navigator.appVersion.indexOf("MSIE")+4);
var ver = parseFloat(ieVer);
if (ver <5.5){
alert("您使用的瀏覽器是"+navigator.appName+" "+ver);
alert("請更新至5.5 以上版本");
window.open("http://www.microsoft.com/downloads/search.aspx?displaylang=zh-tw&categoryid=6");
// location.href="http://www.microsoft.com/downloads/search.aspx?displaylang=zh-tw&categoryid=6";
}
}
else{
alert("您使用的瀏覽器是"+navigator.appName);
alert("請下載Microsoft Internet Explorer瀏覽器 5.5 以上版本");
window.open("http://www.microsoft.com/downloads/search.aspx?displaylang=zh-tw&categoryid=6");
// location.href="http://www.microsoft.com/downloads/search.aspx?displaylang=zh-tw&categoryid=6";
}

function onSubmit(form) {

var id = form.j_username;
var password = form.j_password2;
var nickname = form.j_password;

id.value = id.value.toUpperCase().trim();
password.value = password.value.trim();
nickname.value = nickname.value.trim();
if(!id.value.isId()) {
alert("身分證字號輸入有誤,請重新輸入! \n");
return false;
}
form.send.disabled = "true";
form.submit();
}

function KB_keepItInIE(theName,theWantTop,theWantLeft) {
try {
var theRealTop = parseInt(document.body.scrollTop);
var theTrueTop = theWantTop + theRealTop;
document.all[theName].style.top=theTrueTop;

theRealLeft = parseInt(document.body.scrollLeft);
theTrueLeft = theWantLeft+theRealLeft;
document.all[theName].style.left=theTrueLeft;
}
catch(e){
}
}

function showSealMark(destName,srcName) {
try {
var src = document.all[srcName];
var dest = document.all[destName];
var top = ((realBottom(src)>document.body.clientHeight)?document.body.clientHeight:realBottom(src)) - dest.offsetHeight - 10 + parseInt(document.body.scrollTop);
var left = realRight(src) + 10;
dest.style.top = top;
dest.style.left = left;

if(document.body.clientWidth > 750 && (dest.offsetLeft + dest.offsetWidth) > document.body.clientWidth) {
document.all["loginImage"].width = src.offsetWidth - ((dest.offsetLeft + dest.offsetWidth) - document.body.clientWidth) * 2;
src.width = src.offsetWidth - ((dest.offsetLeft + dest.offsetWidth) - document.body.clientWidth) * 2
}
}
catch(e){
}
}


function init() {
setTopWindow();
//setRefererURL("https://netbank.macotobank.com.tw/wps/myportal");
setRefererURL("/wps/myportal");
setInterval('showSealMark("SealMark","loginTable")',10);
setInterval('KB_keepItInIE("macoto_bottom",document.body.clientHeight - document.all["macoto_bottom"].offsetHeight,0)',10);
}
</script>
<style type="text/css">
<!--
.foot { background-attachment: fixed;
background-image: url(images/icon_dn.gif);
background-repeat: repeat-x;
background-position: bottom;
}
.top { font-family: "細明體";
font-size: 10pt;
color: #FFFFFF;
background-position: right top;
margin-bottom: 3px;
background-attachment: fixed;
background-image: url(images/icon_up.gif);
background-repeat: repeat-x;
}
.topright { background-image: url(images/up_bg.gif);
background-repeat: repeat-y;
background-position: right;
}
-->
</style>
</HEAD>
<BODY bgcolor="#FFFFFF" onload="init();">
<form action="netBankLogin" method="post">

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="250" height="60"><IMG height=47
src="images/logo_top.gif" width=250></td>
<td height="60" colspan="2" class="topright"><IMG src="images/macoto.gif"
width=319 height=20 align=middle></td>
</tr>
<tr align="right">
<td height="22" colspan="3" class="top"><a href="faq.html"><img src="images/icon_up00.gif" width="181" height="22" border="0"></a></td>
</tr>
<tr>

<td colspan="3"> </td>
</tr>
<tr align="center">
<td colspan="3"> <table id="loginTable" width="640" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr>
<td bgcolor="#FFFFFF"><img id="loginImage" src="images/login.jpg" width="640" height="120"></td>
</tr>
<tr>

<td bgcolor="#FFFFFF"><table width="100%" border="1" cellpadding="2" cellspacing="0" bordercolorlight="#333333" bordercolordark="#ECECEC" frame="void">
<tbody>
<tr>
<td class="lblCaution01" align="center" colspan=3><html:errors /> </td>
</tr>
<tr>
<td class="lblLabel01" align="right" width="30%">身分證字號/統一編號:</td>
<td width="70%" colspan="2">

<input type=text name="j_username" style="text-transform: uppercase;" class="txtDataInput02" maxlength="11" />
<input type=hidden name="errorPage" value="/loginError.jsp" maxlength="8" />
<input type=hidden name="successPage" value="" />
</td>
<tr>
<td class="lblLabel01" align="right">理財密碼:</td>
<td colspan="2">
<input type=password name="j_password2" class="txtDataInput02" maxlength="8" />

</td>
<tr>
<td class="lblLabel01" align="right">用戶代號:</td>
<td colspan="2">
<input type=text name="j_password" class="txtDataInput02" maxlength="20">
</td>
<tr>
<td colspan="3" align="center">

<input type=button value=登入 name="send" class="btnAction01" style="width: 40; height: 20" onclick="onSubmit(this.form);">
<input type=reset value=清除 name="clear" class="btnAction01">
</td>
</tr>
</tbody>
</table></td>
</tr>
<tr>
<td bgcolor="#D7EBFF" class="lblCaution01"><blockquote>

<p>登入注意事項: </p>
<ol>
<li><font color="red" size="-1">理財密碼或用戶代號任一輸入錯誤達<font color="#006699"> 三次</font> 帳戶即遭鎖定,<a href="/webbank/forgetid.html">用戶代號</a> 忘記請由此進入,<font color="#006699">理財密碼</font>遺失請攜帶身分證件及原留印鑑臨櫃辦理申請新密碼。</font></li>

<li><font color="red" size="-1">若您為初次使用網路銀行服務,請先進行<a href="register.jsp">新戶註冊</a>。</font></li>
<li><font color="red" size="-1">密碼設定時請勿使用生日、電話、身分證字號或具規則性排列等容易被有心人士猜到的數字。</font></li>
<li><font color="red" size="-1">為維護您的帳戶安全,請勿在網路咖啡之類的公共場合,或其它有安全顧慮之他人電腦登入此網站!</font></li>
</ol>
</blockquote></td>
</tr>

</table>
<div id="SealMark" style="position:absolute; width:91px; height:107px; z-index:1; left: 365; top: -110;"><img src="images/seal.gif" width="91" height="107" style="cursor:hand" onClick='window.open("https://digitalid.hitrust.com.tw/SecureSite/seal.jsp?7391e225fd5f4577a4b6610e43a951af","_new");'></div></td>
</tr>
<tr id="macoto_bottom" style="position:absolute">
<td height="22" class="foot"><IMG height=22 src="images/icon_d00.gif" width=181 border=0 name=網羅菁英></td>
<td height="22" colspan="2" class="foot"> </td>
</tr>
</table>
</form>

</BODY>
</HTML>


回頂端
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; zh-TW; rv:1.7.6) Gecko/20050318 Firefox/1.0.2
 個人資料  
引用回覆  
顯示文章 :  排序  
發表新文章 回覆主題  [ 1 篇文章 ] 

所有顯示的時間為 UTC + 8 小時


誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 50 位訪客


不能 在這個版面發表主題
不能 在這個版面回覆主題
不能 在這個版面編輯您的文章
不能 在這個版面刪除您的文章
不能 在這個版面上傳附加檔案

搜尋:
前往 :  
Powered by phpBB® Forum Software © phpBB Group
正體中文語系由 竹貓星球 維護製作
© moztw.org, Mozilla Foundation
MozTW,Mozilla 台灣社群