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
What is meant by asp.net?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Is viewstate enabled by default?
When does a session actually start?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is the use of placeholder control? Can we see it at runtime?
What is asp.net version?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
What are client activated objects and server activated objects?
Why asp.net is better than php?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
How many types of validators are there in asp net?
What is a ashx file?
Where is cookie used in asp.net?
What are the ways to sending the data in ASP.NET page?