below is javascript code so put it in script tag
function DetectBrowser()
{
var val = navigator.userAgent.toLowerCase();
if(val.indexOf("firefox") > -1)
{
isFF = true;
}
else if(val.indexOf("opera") > -1)
{
isOP = true;
}
else if(val.indexOf("msie") > -1)
{
isIE = true;
}
else if(val.indexOf("safari") > -1)
{
isIE = true;
}
}
1 comment:
Sorry for my bad english. Thank you so much for your good post. Your post helped me in my college assignment, If you can provide me more details please email me.
Post a Comment