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 display a Countdown Timer (dynamic)
write a program to detect the user's browser ?
how to Auto Scroll the page
how to create a Custom Scrollbar
code to set the main window's size
code to get the coordinates of a Click Event
Code to Block submission of form by pressing Enter Key
code to images to rollover
code to sorting an array of objects
how to transform XML Data into HTML
create a slide show
write a program segment that will ask the user if he wants to computer the perimeter of the area of the triangle. if the perimeter is wanted, ask the measure of the three sides and compute for the perimeter. if the area is wanted, ask for the measures of the base and height and compute for the area. display the computed value