function checkurlHKD(){ //Hello,nice to meet you, //copyright,copyleft,copy center ? var trate_vvv=document.getElementById("taiwanrateorg"); var trate_ok=false; if ( typeof(trate_vvv)=="object"){ if((trate_vvv.getAttribute("href")).indexOf("taiwanrate.org")!=-1 ){ trate_ok=true; } } if (trate_ok==false){ alert("taiwanrate.org即時匯率程式碼有誤,請重新複製貼上試試,謝謝!請進入 http://www.taiwanrate.org "); } } var oldonload=window.onload; if(typeof window.onload!="function"){window.onload=checkurlHKD;}else{window.onload=function(){oldonload();checkurlHKD();}}; //var trate_hhh=document.getElementById("wwwtaiwanrateorg"); document.write("
台幣兌港幣即時匯率
2010-07-30 01:51
銀行買入價▼賣出價▼
台灣3.983 4.162 
國泰4.057 4.177 
兆豐3.979 4.159 
郵局3.939 4.159 
土銀4.037 4.177 
日盛4.069 4.189 
合庫4.0447 4.1697 
一銀4.056 4.181 
富邦4.049 4.209 
中小4.068 4.188 
華南4.006 4.166 
彰銀4.078 4.178 
台新4.04 4.19 
中信4.058 4.198 
玉山4.068 4.188 
上海4.06 4.178 
渣打4.007 4.251 
"); function twccHKD_ss(tableId,ord,iCol,dataType){ var table = document.getElementById(tableId); var bb = table.tBodies[0]; var myrows = bb.rows; var tw_aa = new Array; if (iCol==1){ myrows[1].getElementsByTagName('td')[1].style.backgroundColor = "#efefef"; myrows[1].getElementsByTagName('td')[2].style.backgroundColor = "#ffffff"; }else{ myrows[1].getElementsByTagName('td')[2].style.backgroundColor = "#efefef"; myrows[1].getElementsByTagName('td')[1].style.backgroundColor = "#ffffff"; } for (var i=0; i < myrows.length-2; i++) { tw_aa[i] = myrows[i+2]; } if (table.sortCol == iCol) { } else { tw_aa.sort(twccHKD_ccelm(iCol, dataType)); if (ord==1) tw_aa.reverse(); } var nntag = document.createDocumentFragment(); for (var i=0; i < tw_aa.length; i++) { nntag.appendChild(tw_aa[i]); } bb.appendChild(nntag); table.sortCol = iCol; } function twccHKD_ccelm(iCol, dataType) { return function (oTR1, oTR2) { if (twccHKD_bb(oTR1.cells[iCol]).indexOf('-')>-1){ if (iCol==2) return 1; else return -1; } if (twccHKD_bb(oTR2.cells[iCol]).indexOf('-')>-1){ if (iCol==2) return -1; else return 1; } var v1 = twccHKD_cc(twccHKD_bb(oTR1.cells[iCol]), dataType); var v2 = twccHKD_cc(twccHKD_bb(oTR2.cells[iCol]), dataType); if (v1 < v2) { return -1; } else if (v1 > v2) { return 1; } else { return 0; } }; } function twccHKD_bb(ob) { if(typeof(ob)=='undefined') return ; if (ob.textContent != null) return ob.textContent; var s = ob.innerText; return s.substring(0, s.length); } function twccHKD_cc(sValue, dataType) { switch(dataType) { case "int": return parseInt(sValue); case "float": return parseFloat(sValue); case "date": return new Date(Date.parse(sValue)); default: return sValue.toString(); } } twccHKD_ss('taiwanrateid_HKD',0, 2, 'float');