Quote:
|
Originally posted by Xeo: I hate it when web designers do that. At MOST, if they really have the urge to do that, a pop up window, or just a line of text, would come up and tell the person which browser to do, but still let them TRY with the browser they are on. Once I changed the User Agent of Safari the whole page worked fine. Safari displayed it perfectly. |
if (navigator.appName != "Microsoft Internet Explorer") {
check = true;
}
else {
check = false;
}
if (check == true) document.location = "./no_browse.htm";
Of course it works perfectly fine in Safari and Camino.
If anyone wants to send them an e-mail... info@baleri-italia.com