Pages: 1
You are viewing a post by bles_212000. View all 4 posts in i wanna know what's the codes to avoid opening my profile in mozilla just in IE... CSS CODES only if u have.... 'coz i'm really having a trouble.....
BROWSER RESTRICTION
[quote]if(navigator.userAgent.indexOf("Firefox") != -1)
{alert("Please Use Internet Explorer");
window.location = "http://www.friendster.com";
}[/quote]