Hi,
I want to detect if user is using AOL browser Following tell me about IE and Netscape but not about AOL.
***********************
if(navigator.appName == "Netscape")
{
alert("You're using a Netscape browser.")
}
else if(navigator.appName == "Microsoft Internet Explorer")
{
alert("You're using the Internet Explorer browser.")
}
*****************
Thanks
I want to detect if user is using AOL browser Following tell me about IE and Netscape but not about AOL.
***********************
if(navigator.appName == "Netscape")
{
alert("You're using a Netscape browser.")
}
else if(navigator.appName == "Microsoft Internet Explorer")
{
alert("You're using the Internet Explorer browser.")
}
*****************
Thanks