// Bank Number vBankID = 1440 // IBS Secure URL vSecureURL = "https://ibs.secure-banking.com/cgi-bin/hbproxy.exe/1440/signon" // IBS DemoSecure URL vDemoSecureURL = "https://ibs.secure-banking.com/cgi-bin/hbproxy.exe/1440/newlogin" // IBS Form Processing URL vFormAction = "https://ibs.secure-banking.com/cgi-bin/hbproxy.exe/1440/signon" ///////////////////////////////////////////// // Shouldn't Have To Edit Below This Point // ///////////////////////////////////////////// vSignOn = vSecureURL + "?control=" + vBankID + ".txt&act=signon" vPDemo = vDemoSecureURL + "?control=" + vBankID + ".txt&act=login&v1=demo&v2=123456" vBDemo = vDemoSecureURL + "?control=" + vBankID + ".txt&act=login&v1=democ&v2=123456" // SignOn Button vSignOnButton = "
" // Personal Demo Button vPDemoButton = "" // Business Demo Button vBDemoButton = "" // SignOn Text Link vSignOnLink = "" // Personal Demo Text Link vPDemoLink = "" // Business Demo Text Link vBDemoLink = "" // Login Variables vLoginVars = "" vLoginVars = vLoginVars + "" // Login Fields vLoginIDField = "" vPasswordField = "" vChangePasswordField = "" // Enrollment Variables vEnrollVars = "" vEnrollEndVars = "" document.write(vSignOnLink) document.write(vPDemoLink) document.write(vBDemoLink)