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 |
snippet to prevent submission of form when certain/any validations got failed
how to delay a function call ?
write a code to generate pseudorandom numbes
Code for Adding Message and Confirmation Boxes Using JavaScript?
validation code / function to allow only Letters in a text box
how to determine which Mouse Button was pressed
code to keep a page Out of the browser history
how to Scroll a DIV content
how to transform XML Data into HTML
program to show a progress bar
create a slide show
code to positioning of window in certain dimensions