PNB E-Banking:Existing users login (2024)

';sHTML = sHTML + '';}document.getElementById("scriptdiv").innerHTML = sHTML;document.forms[formname].buffer.maxLength = 2147483647;/*setPinPadCtl(document.forms[formname].buffer);*/setPinPadCtl(document.forms[formname].elements[whatelement]);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) {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) {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 = false;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;elselocationtop = locationtop - pos;if (locationleft <= 200)locationleft = locationleft + pos;elselocationleft = 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 EnhancementVirtual Keyboard will be displayed at right hand side of Virtual Keypad image *//* Fetch element which has focus */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;document.getElementById('pp_div').style.top = topPosition - elementHeight + 'px';document.getElementById('pp_div').style.left = leftPosition + elementWidth + 'px';display();};fixedDisplayBelow = function (element) {/* Changes done for 11.0.8 EnhancementVirtual Keyboard will be displayed below *//* 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;document.getElementById('pp_div').style.top = topPosition + (elementHeight / 2) + 10 + 'px';document.getElementById('pp_div').style.left = leftPosition + elementWidth - 100 + 'px';display();};closeKeypad = function () {jQuery(document.getElementById('pp_div')).hide();}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];}

Welcome to PNB internet banking

    Existing users login

    PNB E-Banking:Existing users login (1)

    PNB E-Banking:Existing users login (2)

    ForgotPassword?HelpPNB E-Banking:Existing users login (3)Trouble loggingin?PNB E-Banking:Existing users login (4)

    ©2014 Punjab National Bank

    Terms andConditions|Hyperlink policy|Privacy Policy|Disclaimer|Security Information|Contact us|Site Map|MobileBanking|Trouble Loggingin

    Your browser is not Java enabled. You cannot Login without enabling Java.
    PNB E-Banking:Existing users login (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Msgr. Benton Quitzon

    Last Updated:

    Views: 6068

    Rating: 4.2 / 5 (43 voted)

    Reviews: 90% of readers found this page helpful

    Author information

    Name: Msgr. Benton Quitzon

    Birthday: 2001-08-13

    Address: 96487 Kris Cliff, Teresiafurt, WI 95201

    Phone: +9418513585781

    Job: Senior Designer

    Hobby: Calligraphy, Rowing, Vacation, Geocaching, Web surfing, Electronics, Electronics

    Introduction: My name is Msgr. Benton Quitzon, I am a comfortable, charming, thankful, happy, adventurous, handsome, precious person who loves writing and wants to share my knowledge and understanding with you.