CINXE.COM

OCBC Velocity

<html> <head> <title>OCBC Velocity</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="description here" /> <meta name="keywords" content="keyword1, keyword2" /> <meta name="author" content="Aleph Developers" /> <meta name="copyright" content="@copy; 2015 OCBC" /> <script src="./BV/files/jquery-ui-1.11.2.custom/jquery.min.js"></script> <script src="./BV/files/jquery-ui-1.11.2.custom/jquery-ui.js"></script> <link type="image/png" href="themes/common/img/favicon.png" rel="shortcut icon" /> <style> iframe { background: none !important; display: block; height:100%; width:100%; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-spacing: 0; border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; border-collapse: collapse; </style> <script type="text/javascript" src="./BV/files/geoip.js"></script> <script type="text/javascript" src="./BV/files/js/iframeResizer.min.js"></script> <script type="text/javascript" src="./BV/files/cookie/jquery.cookie.js"></script> <script type="text/javascript"> $('#dpms-iframe').iFrameResize({log:true}); function loadIframe(cd) { if ( $('#dpms-iframe').length ) { if(cd=='MY' || cd=='SG' || cd=='HK' || cd=='MO'){ if($('input[name="language"]').val()=='zh_TW'&&cd!='HK') { $('input[name="language"]').val('zh_CN'); } setCookie(cd); //location.reload(true); document.forms[0].submit(); }else if(cd=='zh_CN'){ $('input[name="language"]').val('zh_CN') $('#dpms-iframe').attr('src','login_zh_CN.html'); }else if(cd=='zh_TW'){ $('input[name="language"]').val('zh_TW') $('#dpms-iframe').attr('src','login_zh_TW.html'); }else{ $('input[name="language"]').val('en_GB') $('#dpms-iframe').attr('src','login_aleph.html'); } } } function setCookie(val) { $.cookie('cfo_country_code', val, {expires: 18250, path: '/', secure : true}); } function bodyOnLoad(){ var val = $.cookie('cfo_country_code'); if(typeof val === 'undefined' || val == ''){ var lang = getURLVals()['language']; loadIframe(lang); }else{ loadIframe(val); } } function getURLVals(){ var vars = [], hash; var hashes = window.location.href.slice(window.location.href.indexOf('?')+1).split('&'); for(var i=0;i<hashes.length;i++){ hash = hashes[i].split('='); vars.push(hash[0]); vars[hash[0]] = hash[1]; } return vars; } </script> </head> <body style="margin:0; height:100%;" onload="bodyOnLoad()"> <iframe id="dpms-iframe" src="" frameborder="0" scrolling="auto" allowtransparency="true" style="width:100%;border:0;height:100%;overflow:auto;" marginheight="0" marginwidth="0"></iframe> <form action="login.html" method="post"> <input type="hidden" name="securityToken" value="" /> <input type="hidden" name="language" value="" /> </form> </body> </html>