Updates: Labels: Evangelism Comment #3 on issue 14467 by mberkow...@chromium.org: [www.americanetbank.com]: Online banking for AmericaNet bank does not work http://code.google.com/p/chromium/issues/detail?id=14467
There is some code in https://www.securebankcentral.com/PBI_PBI1961/pm_dp.js that detects the user-agent: ua = navigator.userAgent.toLowerCase(); opera = ua.indexOf("opera") >= 0; ie = ua.indexOf("msie") >= 0 && !opera; iemac = ie && ua.indexOf("mac") >= 0; moz = ua.indexOf("mozilla") && !ie && !opera; os = navigator.platform; Probably needs to detect Chrome. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---