yasmin-choudhury / ie6-upgrade-warning

Automatically exported from code.google.com/p/ie6-upgrade-warning
0 stars 0 forks source link

Picking browsers #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to be able to do myself the list of browsers...

In my case I'd like to offer just opera, chrome and ff to my users

tried doing this in the warning.js

var br2 = "Opera 10+";
var br3 = "Chrome 8.0+";
var url1 = "http://www.mozilla.com/firefox/";
var url2 = "http://www.opera.com/download/";
var url3 = "http://www.google.com/chrome";

but it doesn't work as expected

Original issue reported on code.google.com by i...@mesetar.com on 1 Feb 2011 at 12:19

GoogleCodeExporter commented 9 years ago
I agree, this would be nice. I get the feeling this script isn't being support 
anymore. Am I right on that? There hasn't been a revised version almost 2 years.

Original comment by shawn...@gmail.com on 7 Feb 2011 at 5:31