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 |
code to detect availability of cookies
how to Scroll a DIV content
How to test whether two strings are equal or not ?
Code to Block submission of form by pressing Enter Key
function to combine two or more arrays
program that will accept any name and will be stored in an array
validation code / function to allow only NUmbers in a text box
Reading which Character Key was pressed
how to determine which Mouse Button was pressed
code to positioning of window in certain dimensions
create a slide show
How to Add Message and Confirmation Boxes Using JavaScript?