Iskan Online:Login
'; sHTML = sHTML+'
'; while(incralp < smallAlpArrLen || incrno < numArr.length || incrspl < splCharArrLen){ sHTML = sHTML+'

'; newRow=true; for (i=0; i < len; i++){ if(i == 0){ sHTML = sHTML+''; } else{ sHTML = sHTML+''; } if(incrspl < splCharArrLen && i < len){ tempincrspl=incrspl++; sHTML = sHTML+''; if(incrspl == splCharArrLen ){ sHTML = sHTML+ '
'; i++ ; } newRow = false; } if(incrno < numArrLen && i < len && newRow == true){ tempincrno=incrno++; sHTML = sHTML+'
'; if(incrno == numArrLen ){ sHTML = sHTML+ '
'; i++; } newRow = false; } if(incralp < smallAlpArrLen && i < len && newRow == true){ tempincralp=incralp++; sHTML = sHTML+''; if(i == len-2){ sHTML = sHTML+ '
'; i++; } } if((incrspl >= splCharArrLen || incralp >= smallAlpArrLen || incrno <= numArrLen) && i < len-1 ){ sHTML = sHTML+''; newRow = true; } } } sHTML = sHTML+''; if(langID == '001'){ sHTML = sHTML +''; }else{ sHTML = sHTML +''; } sHTML = sHTML+'' +''; sHTML = sHTML+'

'; sHTML = sHTML+'
'; sHTML = sHTML+''; } document.getElementById("scriptdiv").innerHTML = sHTML; if(jQuery('#MODAL_VIEW_CONTAINER').length==0 ){ if(typeof grpId == "undefined"){ document.forms[formname].buffer.maxLength = 2147483647; setPinPadCtl(document.forms[formname].elements[whatelement]); } else{ if(whatelement!=null && whatelement.indexOf(':')==-1){ setPinPadCtl(document.getElementById(grpId+":"+whatelement)); }else{ setPinPadCtl(document.getElementById(whatelement)); } } } else{ var grpId='null'; if(whatelement!=null && whatelement.indexOf(':')==-1){ if('null' != grpId){ setPinPadCtl(document.getElementById(grpId+":"+whatelement)); }else{ setPinPadCtl(document.getElementById(whatelement)); } }else{ setPinPadCtl(document.getElementById(whatelement)); } } /*setPinPadCtl(document.forms[formname].buffer);*/ elem = whatelement; }; setPinPadCtl=function(ctl) { if(ctl && !editCtl && ctl.maxLength && ctl.maxLength <= ctl.value.length) { return; } editCtl = ctl; var elements = document.forms[0].elements; for(i = 0; i <= 77; i++) { var el = elements['pp_' + i]; if(el != null) { el.disabled = editCtl == null; } } var el = elements['pp_clear']; if(el != null) { el.disabled = editCtl == null; } var el = elements['pp_erase']; if(el != null) { el.disabled = editCtl == null; } var el = elements['close']; if(el != null) { el.disabled = editCtl == null; } var el = elements['done']; if(el != null) { el.disabled = editCtl == null; } var el = elements['buffer']; if(el != null) { el.disabled = editCtl == null; } var el = elements['help']; if(el != null) { el.disabled = editCtl == null; } topLayer=isIE ? 'BODY' : 'HTML'; layer = isIE ? document.all.pp_div : document.getElementById ? document.getElementById('pp_div') : document.layers ? document.layers.pp_div : document.pp_div; if(isIE && event || !isIE && ctl) { hotLayer=isIE ? event.srcElement : ctl.target; while (hotLayer != null && hotLayer.id != 'titleBar' && hotLayer.tagName != topLayer) { hotLayer=isIE ? hotLayer.parentElement : hotLayer.parentNode; } if (hotLayer != null && hotLayer.id == 'titleBar' && ctl != null) { offsetx=isIE ? event.clientX : ctl.clientX; offsety=isIE ? event.clientY : ctl.clientY; nowX=parseInt(layer.style.left); nowY=parseInt(layer.style.top); ddEnabled=true; document.onmousemove=dd; } } if(layer==null){ layer=""; } if(layer != null) { if(editCtl != null) { if (showFirstTime) { showFirstTimePinPad(layer, ctl); display(); showFirstTime=false; } else { showPinPad(layer, ctl); display(); } } else { hidePinPad(layer); display(); } } else { alert('Pin Pad not supported by your browser'); } }; onloadNumber=function(ctl) { ctl.disabled = editCtl == null; }; checkPinPad=function(ctl) { if(ctl.maxLength && ctl.maxLength != 0 && ctl.maxLength <= ctl.value.length) { setPinPadCtl(null); } else { if(editCtl == null) setPinPadCtl(this); } }; showPinPad=function(ctl, pctl) { if (isIE || isNN) { layer.style.visibility='visible'; } else if (isN4) { document.pp_div.visibility='show'; } }; showFirstTimePinPad=function(ctl, pctl) { var pX = 500; var pY = 250; if(ppY) { pY = ppY; } else if(pctl.screenTop) { pY = pctl.screenTop + 30; } else if(pctl.screenY) { pY = pctl.screenY + 30; } if(ppX) { pX = ppX; } else if(pctl.screenLeft) { pX = pctl.screenLeft; } else if(pctl.screenX) { pX = pctl.screenX; } if(ctl.style) { ctl.style.top = pY + rX; ctl.style.left = pX + rY; } if (isIE || isNN) { layer.style.visibility='visible'; } else if (isN4) { document.pp_div.visibility='show'; } }; hidePinPad=function(ctl){ if (isIE || isNN) { layer.style.visibility='hidden'; } else if (isN4) { document.pp_div.visibility='hide'; } elem = null; }; ddInit=function(ctl){ var topLayer = isIE ? 'BODY' : 'HTML'; var layer = isIE ? document.all.pp_div : document.getElementById ? document.getElementById('pp_div') : document.layers ? document.layers.pp_div : document.pp_div; var hotLayer = isIE ? event.srcElement : ctl.target; if (layer != null) { while (hotLayer.id != 'titleBar' && hotLayer.tagName != topLayer) { hotLayer=isIE ? hotLayer.parentElement : hotLayer.parentNode; if (hotLayer == null) return; } if (hotLayer.id == 'titleBar') { offsetx=isIE ? event.clientX : ctl.clientX; offsety=isIE ? event.clientY : ctl.clientY; nowX=parseInt(layer.style.left); nowY=parseInt(layer.style.top); ddEnabled=true; document.onmousemove=dd; } } }; dd=function(ctl){ if (!ddEnabled) return; layer.style.left=isIE ? nowX+event.clientX-offsetx : nowX+ctl.clientX-offsetx+'px'; layer.style.top=isIE ? nowY+event.clientY-offsety : (nowY+ctl.clientY-offsety)+'px'; display(); return false; }; disbleTextField=function(whatelement){ console.log('inside disbleTextField-------'); var isVisible = document.getElementById('pp_div').style.visiblity = 'visible' ? true : false; if(isVisible && elem == whatelement){ noAction = true; return; }else{ noAction = false; } var j=0; var enab = true; var disb = true; while((document.forms[j] != null && (enab || disb))){ for(i=0; document.forms[j].elements[i] != null; i++){ if(isVisible && (document.forms[j].elements[i].name == elem)){ document.forms[j].elements[i].disabled = false; enab = false; }else if((document.forms[j].elements[i].name == whatelement)){ document.forms[j].elements[i].disabled=true; disb = false; } if(!isVisible){ enab = false; } } j++; } }; setStyle=function(obj,style,value){ obj.style[style]=value; }; enableTextField=function(whatelement){ this.target.disabled=false; }; getPixel=function(str) { if (str == "") { return "0"; } else { return parseInt(str.substring(0, str.length-2),10); } }; randomDisplay=function(){ var scrollTop = window.pageYOffset || window.document.documentElement.scrollTop || window.document.body.scrollTop; var maxtop = scrollTop+320; var maxleft = 320; var pos = Math.random()*200; var locationtop; var locationleft; if (!isIE) { locationtop = getPixel(document.getElementById('pp_div').style.top); locationleft = getPixel(document.getElementById('pp_div').style.left); } else { locationtop = document.all.pp_div.style.pixelTop; locationleft = document.all.pp_div.style.pixelLeft; } if (pos <= 150) locationtop = locationtop + pos; else locationtop = locationtop - pos; if (locationleft <= 200) locationleft = locationleft + pos; else locationleft = locationleft - pos; if (locationtop < scrollTop) locationtop = scrollTop; else if (locationtop > maxtop) locationtop = maxtop; if (locationleft<0) locationleft=1; else if (locationleft >= maxleft) locationleft=maxleft; if (!isIE) { document.getElementById('pp_div').style.top=locationtop+'px'; document.getElementById('pp_div').style.left=locationleft+'px'; } else { document.all.pp_div.style.pixelTop=locationtop; document.all.pp_div.style.pixelLeft=locationleft; } display(); }; fixedDisplay=function(element){ /* Changes done for 11.0.8 Enhancement Virtual Keyboard will be displayed at right hand side of Virtual Keypad image */ /* Fetch element which has focus */ var windowWidth = jQuery(window).width(); var whatelement=""; whatelement=document.getElementById(element); /* Fetch postition of element */ var leftPosition = whatelement.offsetLeft; var topPosition = whatelement.offsetTop; var elementWidth = whatelement.offsetWidth; var elementHeight = document.getElementById('pp_div').offsetHeight; var leftBuffer = 0; var heightBuffer = 0; var grouplettBuffer = 0; var leftPosTotal = 0; var topPosTotal = 0; var isRTL ="N"; if(jQuery('html')&& jQuery('html').css('direction')&& jQuery('html').css('direction')=="rtl"){ isRTL = "Y"; } if(parseInt(windowWidth) >= 900){ leftBuffer = 110; heightBuffer = 150; grouplettBuffer = 70; }else if(parseInt(windowWidth) < 900 && parseInt(windowWidth)>= 800){ leftBuffer = 200; heightBuffer =150; grouplettBuffer = 20; }else if(parseInt(windowWidth) < 800 && parseInt(windowWidth)>= 640){ leftBuffer = 270; heightBuffer =150; grouplettBuffer = 20; }else{ leftBuffer = 300; heightBuffer =150; grouplettBuffer = 10; } //Added for ticket 734570 if(jQuery('#isRMLoginPage').length!=0 && typeof jQuery('#isRMLoginPage') != "undefined"){ var isRMLogin = jQuery('#isRMLoginPage').val(); if(isRMLogin === "Y" ){ console.log("RM Authentication page "); leftBuffer = 0; heightBuffer =0; grouplettBuffer = 20; } } if(isRTL=="Y"){ leftPosTotal = leftPosition - elementWidth - leftBuffer; }else{ leftPosTotal = leftPosition + elementWidth - leftBuffer; } topPosTotal = topPosition - elementHeight - heightBuffer; var leftPosPercent = (parseInt(leftPosTotal)/parseInt(windowWidth))*100; if(onFocus == 'Y' || jQuery('#MODAL_VIEW_CONTAINER').length>0 ){ document.getElementById('pp_div').style.top = topPosTotal + 'px'; }else{ document.getElementById('pp_div').style.top = topPosTotal - 50 +'px'; } if(jQuery('#MODAL_VIEW_CONTAINER').length>0){ if(parseInt(windowWidth) >= 900){ document.getElementById('pp_div').style.left = leftPosPercent +25+ '%' ; } else{ document.getElementById('pp_div').style.left = leftPosPercent +82+ '%' ; } }else{ document.getElementById('pp_div').style.left = leftPosPercent + '%' ; } if(isRTL=="Y"){ document.getElementById('pp_div').style.right ='auto'; } display(); }; fixedDisplayBelow=function(element){ console.log("inside fixed display below"+element+"aaaa"); /* Changes done for 11.0.8 Enhancement Virtual Keyboard will be displayed below */ var windowWidth = jQuery(window).width(); /* Fetch element which has focus */ currentID = element; var whatelement = document.getElementById(element); /* Fetch postition of element */ var leftPosition = whatelement.offsetLeft; var topPosition = whatelement.offsetTop; var elementWidth = whatelement.offsetWidth; var elementHeight = document.getElementById('pp_div').offsetHeight; var leftBuffer = 0; var heightBuffer = 0; if(parseInt(windowWidth) >= 900){ leftBuffer = 60; heightBuffer = (elementHeight/2) + 36; } else if(parseInt(windowWidth) < 900 && parseInt(windowWidth)>= 800){ leftBuffer = 100; if(onFocus == 'Y'){ heightBuffer = elementHeight; } else{ heightBuffer = elementHeight + 5; } }else if(parseInt(windowWidth) < 800 && parseInt(windowWidth)>= 640){ leftBuffer = 180; if(onFocus == 'Y'){ heightBuffer = elementHeight; } else{ heightBuffer = elementHeight + 5; } } else{ leftBuffer = elementWidth; if(onFocus == 'Y'){ heightBuffer = elementHeight + 20; } else{ heightBuffer = elementHeight + 25; } } var leftPosTotal; if(jQuery('.next-genHeader').length>0){ leftPosTotal = leftPosition - leftBuffer; }else{ leftPosTotal = leftPosition + elementWidth - leftBuffer; } var leftPosPercent = (parseInt(leftPosTotal)/parseInt(windowWidth))*100; if(onFocus == 'Y'){ //document.getElementById('pp_div').style.top= topPosition + (elementHeight/2) + 10 +'px'; if(jQuery('.next-genHeader').length>0){ heightBuffer=-220; document.getElementById('pp_div').style.top= topPosition +heightBuffer+'px'; }else{ document.getElementById('pp_div').style.top= topPosition + heightBuffer +'px'; } }else{ //document.getElementById('pp_div').style.top= topPosition + (elementHeight/2) + 15 +'px'; if(jQuery('.next-genHeader').length>0){ heightBuffer=-220; document.getElementById('pp_div').style.top= topPosition+heightBuffer +'px'; }else{ document.getElementById('pp_div').style.top= topPosition + heightBuffer +'px'; } } //document.getElementById('pp_div').style.left= leftPosition + elementWidth - 100 + 'px'; document.getElementById('pp_div').style.left= leftPosPercent + '%'; display(); }; fixedDisplayAbove=function(element){ console.log("inside fixed display above"+element+"aaaa"); var windowWidth = jQuery(window).width(); /* Fetch element which has focus */ currentID = element; var whatelement = document.getElementById(element); /* Fetch postition of element */ var leftPosition = whatelement.offsetLeft; var topPosition = whatelement.offsetTop; var elementWidth = whatelement.offsetWidth; var elementHeight = document.getElementById('pp_div').offsetHeight; var leftBuffer = 0; var heightBuffer = 0; if(parseInt(windowWidth) > 900){ leftBuffer = 10; heightBuffer=-220; } else if(parseInt(windowWidth) <= 900 && parseInt(windowWidth)>= 800){ leftBuffer = 150; heightBuffer=-220; }else if(parseInt(windowWidth) < 800 && parseInt(windowWidth)>= 640){ leftBuffer = 210; heightBuffer=-220; } else{ leftBuffer = 180; heightBuffer=-220; } var leftPosTotal; leftPosTotal = leftPosition + elementWidth - leftBuffer; var leftPosPercent = (parseInt(leftPosTotal)/parseInt(windowWidth))*100; document.getElementById('pp_div').style.top= topPosition + heightBuffer +'px'; document.getElementById('pp_div').style.left= leftPosPercent + '%'; display(); }; closeKeypad=function(){ jQuery(document.getElementById('pp_div')).hide(); if(jQuery('#MODAL_VIEW_CONTAINER').length>0){ jQuery(document.getElementById('pp_div')).css('visibility','hidden'); } } ddN4=function(whatLayer){ if (!isN4) return; N4=eval(whatLayer); N4.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP); N4.onmousedown=function(ctl){ N4.captureEvents(Event.MOUSEMOVE); N4x=ctl.x; N4y=ctl.y; } N4.onmousemove=function(ctl){ if (isHot){ N4.moveBy(ctl.x-N4x,ctl.y-N4y); return false; } } N4.onmouseup=function(){ N4.releaseEvents(Event.MOUSEMOVE); } }; donePinPad=function(buffer){ this.target.value = buffer.value; buffer.value = ''; }; openPinPadHelp=function() { var url = 'pinpad.html'; newwindow = window.open(url,'Security','height=500,width=700,scrollbars=yes,resizable=yes'); if (window.focus) { newwindow.focus(); } }; display=function() { if(navigator.userAgent.toLowerCase().indexOf("msie")!=-1) { if(document.getElementById('iframetop')!=null) { var layerdiv = document.getElementById('pp_div'); layerdiv.style.display = ''; var iframe = document.getElementById('iframetop'); iframe.style.display = ''; iframe.style.width = layerdiv.offsetWidth; iframe.style.height = layerdiv.offsetHeight; iframe.style.left = layerdiv.offsetLeft; iframe.style.top = layerdiv.offsetTop; iframe.style.visibility=layerdiv.style.visibility; } } }; setValues =function(strengthImage,strengthValue){ pwdImageValue = strengthImage; pwdStrengthValue = strengthValue; }; function getScrollXY() { var scrOfX = 0, scrOfY = 0; if( typeof( window.pageYOffset ) == 'number' ) { scrOfY = window.pageYOffset; scrOfX = window.pageXOffset; } else if( document.body && ( document.body.scrollLeft || document.body.scrollTop ) ) { scrOfY = document.body.scrollTop; scrOfX = document.body.scrollLeft; } else if( document.documentElement && ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) { scrOfY = document.documentElement.scrollTop; scrOfX = document.documentElement.scrollLeft; } return [ scrOfX, scrOfY ]; } -->
Hour ImageYou have confirmed the Login Process
Login Step 1

Please Click On The Icon Next For Audio    

Register Now          HBTF ONLINE TRADING

100% Security GuaranteeVerisign

menu