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

Can the unique key be null?

564


14. What are your Future Plans for Swatz Oils GROUP U.K?

1719


What is ashx file in asp.net?

544


What is Razor View Engine

603


Is asp.net web forms dead?

509






What are session objects?

510


How dataadapter.fill works?

560


How do we ensure view state has not tampered?

602


What is the difference between a default skin and a named skin?

580


What kind of data we can store in viewstate?

572


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

1866


Are there resources online with tips on asp to asp.net conversions?

540


How do you initiate validation on the server manually? What are two situations when you might you want to do that?

1357


What is http post action?

537


What are early binding and late binding.

562