Talk to us?

BFSI Awards

BFSI Awards
function cmo() { var testV = 1; var pass1 = prompt('You must have the PASSWORD to view this page! To get the PASSWORD please mail to: secretariat@worldbfsicongress.org --- OR --- If you have the PASSWORD please enter below',''); while (testV < 3) { if (!pass1) history.go(-1); if (pass1.toLowerCase() == "win19") { alert('You Got it Right!'); window.open('winners/cmo-bfsi/cmo-bfsi-winners-2019.html','_self'); break; } testV+=1; var pass1 = prompt('Access Denied - Password Incorrect, Please Try Again.','Password'); } if (pass1.toLowerCase()!="password" & testV ==3) history.go(-1); return " "; } ;