write a program to detect the user's browser ?
Answer / dhivya barathi
function getBrowser() {
if (Navigator.AppAgent.IndexOf("Chrome")! = -1) {
document.write("Chrome Browser");
}
getBrowser();
| Is This Answer Correct ? | 0 Yes | 1 No |
how to prevent an Event from performing its default behavior
program to bring a window to the front
code to set the main window's size
How to test whether two strings are equal or not ?
how to Auto Scroll the page
Create a ViewState Property?
how to copy form data between different pages
how to get the User's Time of Day
how to pass data between pages using Cookies
function to combine two or more arrays
write a function to validate a given date
How to encode and decode URL strings?