Re: [code]if (navigator.appName == "Microsoft Internet Explorer") {
alert('pls use mozilla firefox')
document.location = "http://www.friendster.com/logout.php";
}[/code]
just sharing...
preview
restricting ie users to view your profile just because some of your codes doesn't work good in ie isnt actually a good option... what you should do is set your codes that doesn't look good in ie to work only for other browsers like fx or op or safari... you can insert browser detection in your scripts...
[quote]if (navigator.appName == "Microsoft Internet Explorer") {}
else {
paste your codes that doesnt work great in internet explorer here
}[/quote]
that way even ie users can view your page without showing your codes that doesnt work well with ie