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’s the catch?
What are assemblies and namespaces and explain the difference between them ?
What are client activated objects?
How will you do Redo and Undo in a TextControl?
What is a session in programming?
What is Pre-Render event in ASP.NET?
Difference between overriding and overloading?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Where is the session stored?
How do session tokens work?
Explain the server control events of asp.net ?
Explain advantages of caching?
Can more than one person use the same login?
What is a page life cycle?
What is a windows service?