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

How to disable cut, copy and paste in TextBox using jQuery in asp.net?

860


Difference between singleton and singlecall.

756


What is the caspol.exe tool used for?

738


what is AutoEventWireUp and what is the use of This property explain in details?

1338


If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?

2198


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

738


What are session state modes? List some of the important session state modes of asp.net.

711


What is caching? What are different ways of caching in asp.net?

891


Is asp.net 64-bit enabled? How?

803


What is the difference between asp.net and mvc?

797


How to create events for a control?

750


Differentiate between namespace and assembly.

733


Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

768


What is a web api?

754


What’s the difference between response .redirect and server.transfer?

713