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)

    FAQs

    Why i am not able to login in pnb one? ›

    Please reset your password from the pre login page of Interne banking website or PNB One through -> “Trouble signing in? -> Forgot Password”. If you do not have debit card then please visit branch to obtain new password.

    What happens after 3 unsuccessful login attempts in PNB net banking? ›

    Five (5) attempts are available for login password, whereas for transaction password there are 4 attempts. After the mentioned unsuccessful attempts, the passwords get disabled and you have to make request at any branch for resetting of the passwords. New passwords would be sent to the same branch after resetting.

    Why is PNB net banking not working? ›

    Before using PNB Internet Banking you need to ensure that you are using the recommended browser. Our application supports Internet Explorer Browser version 8.0 and 9.0, Mozilla Firefox versions 15, 16 , 17, Google Chrome versions 21, 22 and 23 and Safari Apple Mac versions 5.1 and 6.

    What to do if PNB online banking is locked? ›

    What should I do if I get locked out of my account? For your security, your access will be locked after three (3) consecutive incorrect password entries. You need to reset your password by selecting Password as the authentication method on the login page and tap on "Reset Password".

    How can I access my PNB online banking? ›

    Just download the the PNB Digital App for free on the official Google Store or App Store and sign up using your account number or credit card/debit card number. To ensure a smooth sign-up process make sure your contact details such as mobile number and email address are updated with your branch of account.

    How can I recover my PNB online banking account? ›

    What should I do if I forget my password?
    1. Log in using your enrolled mobile device and select Password as the authentication method.
    2. In the Enter Password screen, tap Reset Password.
    3. Provide your account details.
    4. Enter the One-Time PIN (OTP) sent to your registered mobile number.

    How do I unlock my net banking? ›

    Online
    1. Click here to access the NetBanking – Login Management page.
    2. Select 'Unlock Login ID' from the dropdown and then click on 'Submit'
    3. Input Login ID / Nickname, 15-Digit Account number and Captcha Code.
    4. Input OTP for validation.
    5. Your Login ID will be successfully unlocked.

    Can I activate PNB net banking without visiting branch? ›

    Registration. Through call centre - Call at Toll Free Numbers 1800 1800, 1800 2021 or Tolled Numbers 0120- 2490000. Through ATM- Register through any PNB ATM.

    How can I reactivate my PNB mobile banking? ›

    In order to resume using PNB mobile banking, you have to enable user ID using Trouble Signing in -> Enable User. User can enable his/her user ID using: Debit Card credentials. Aadhaar OTP.

    What is the limit of PNB online transactions per day? ›

    What is the minimum/maximum amount for NEFT transactions under Retail/Corporate Internet Banking ? NEFT-Online for Retail Internet Banking Customers – Below Rs. 2 lac as Maximum amount limit per transaction within the overall per day funds transfer limit of Rs. 15 lac.

    How to unfreeze bank account online PNB? ›

    The account holder can log in to the Netbanking portal of the bank and click on the “Update PAN” section. The account holder will have to key in his PAN details and upload the PAN or Form 60 as applicable. Once the documents are uploaded successfully the account will be unfrozen by the bank.

    What is PNB user ID and password? ›

    What is my user-id for IBS? If you are a Retail IBS User, the Customer Id issued by PNB will be your User Id for Internet Banking Services once the facility is activated. The Customer Id is also mentioned in the 2nd page of your account pass book. You can also ask your branch for the Customer Id/ IBS User id.

    How to enable user in pnb one? ›

    In order to resume using PNB mobile banking, you have to enable user ID using Trouble Signing in -> Enable User. User can enable his/her user ID using: Debit Card credentials. Aadhaar OTP.

    What to do if the PNB digital app is not working? ›

    Who should I contact if I have questions or encounter issues using PNB Digital? If you have concerns related to PNB Digital and other Bank services, you may contact your branch of account or our Customer Care at +632 8573 8888 / customercare@pnb.com.ph.

    How do I enable PNB one app? ›

    You can activate PNB mobile banking by downloading the PNB ONE application and clicking on 'New User' option. Enter the required details, such as account number, OTP, debit card number, PIN and password. Your PNB mobile banking app will be activated, and you can log in with the User ID received and the password.

    What happened to PNB mobile banking? ›

    PNB Mobile Banking App can only be accessed until July 31, 2021. Download and upgrade to the new PNB Digital App now!

    Top Articles
    ESPN Deportes - Stream deportes en vivo y ESPN originales
    Marketing Research Process: Complete Guide | SurveyMonkey
    Spasa Parish
    Rentals for rent in Maastricht
    159R Bus Schedule Pdf
    Sallisaw Bin Store
    Black Adam Showtimes Near Maya Cinemas Delano
    Espn Transfer Portal Basketball
    Pollen Levels Richmond
    11 Best Sites Like The Chive For Funny Pictures and Memes
    Things to do in Wichita Falls on weekends 12-15 September
    Craigslist Pets Huntsville Alabama
    Paulette Goddard | American Actress, Modern Times, Charlie Chaplin
    Red Dead Redemption 2 Legendary Fish Locations Guide (“A Fisher of Fish”)
    What's the Difference Between Halal and Haram Meat & Food?
    R/Skinwalker
    Rugged Gentleman Barber Shop Martinsburg Wv
    Jennifer Lenzini Leaving Ktiv
    Justified - Streams, Episodenguide und News zur Serie
    Epay. Medstarhealth.org
    Olde Kegg Bar & Grill Portage Menu
    Cubilabras
    Half Inning In Which The Home Team Bats Crossword
    Amazing Lash Bay Colony
    Juego Friv Poki
    Dirt Devil Ud70181 Parts Diagram
    Truist Bank Open Saturday
    Water Leaks in Your Car When It Rains? Common Causes & Fixes
    What’s Closing at Disney World? A Complete Guide
    New from Simply So Good - Cherry Apricot Slab Pie
    Drys Pharmacy
    Ohio State Football Wiki
    Find Words Containing Specific Letters | WordFinder®
    FirstLight Power to Acquire Leading Canadian Renewable Operator and Developer Hydromega Services Inc. - FirstLight
    Webmail.unt.edu
    2024-25 ITH Season Preview: USC Trojans
    Metro By T Mobile Sign In
    Restored Republic December 1 2022
    12 30 Pacific Time
    Jami Lafay Gofundme
    Greenbrier Bunker Tour Coupon
    No Compromise in Maneuverability and Effectiveness
    Black Adam Showtimes Near Cinemark Texarkana 14
    Teamnet O'reilly Login
    U-Haul Hitch Installation / Trailer Hitches for Towing (UPDATED) | RV and Playa
    Minute Clinic Schedule 360
    Tyson Foods W2 Online
    Bella Poarch Husband: A Deep Dive Into Her Relationship And Personal Life
    Best Drugstore Bronzers
    Function Calculator - eMathHelp
    Busted Newspaper Zapata Tx
    Latest Posts
    Article information

    Author: Greg O'Connell

    Last Updated:

    Views: 5429

    Rating: 4.1 / 5 (62 voted)

    Reviews: 85% of readers found this page helpful

    Author information

    Name: Greg O'Connell

    Birthday: 1992-01-10

    Address: Suite 517 2436 Jefferey Pass, Shanitaside, UT 27519

    Phone: +2614651609714

    Job: Education Developer

    Hobby: Cooking, Gambling, Pottery, Shooting, Baseball, Singing, Snowboarding

    Introduction: My name is Greg O'Connell, I am a delightful, colorful, talented, kind, lively, modern, tender person who loves writing and wants to share my knowledge and understanding with you.