How to find the client browser type ?

Answer Posted / tiger skumar

we can identify the browser name using javascript

var brw = new navigator();
alert(brw.appname);
alert(brw.appversion);

Is This Answer Correct ?    14 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by asp.net?

619


How to create multi language website in asp.net mvc? : Asp.Net MVC

572


Is viewstate enabled by default?

621


When does a session actually start?

657


Which object is used to encapsulate the state of the client and the browser in ASP.NET?

684






What is the use of placeholder control? Can we see it at runtime?

676


What is asp.net version?

619


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

1593


What are client activated objects and server activated objects?

607


Why asp.net is better than php?

580


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

772


How many types of validators are there in asp net?

581


What is a ashx file?

650


Where is cookie used in asp.net?

660


What are the ways to sending the data in ASP.NET page?

659