write a program to detect the user's browser ?
Answer Posted / dhivya barathi
function getBrowser() {
if (Navigator.AppAgent.IndexOf("Chrome")! = -1) {
document.write("Chrome Browser");
}
getBrowser();
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
function to combine two or more arrays
determine which Element received an Event
how to create a Custom Scrollbar
how to pass data between pages using Frames
program to show a progress bar
how to copy form data between different pages
communication between main window and new windows
code to images to rollover
create Drop-Down Navigation Menus
code to sorting an array of objects
maximizing the main window
code to keep a page Out of the browser history
program to bring a window to the front
code to detect availability of cookies
how to create Expandable and Collapsible Menus