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 test whether two strings are equal or not ?
Code for Adding Message and Confirmation Boxes Using JavaScript?
how to create Expandable and Collapsible Menus
Create a ViewState Property?
snippet to prevent submission of form when certain/any validations got failed
how to copy form data between different pages
how to pass data between pages using Frames
code to sorting an array of objects
write a program to detect the user's browser ?
advance the focus to next consecutive fields when Enter Key is pressed
how to create an anonymous function
could you please tell me for what javac, javax,swing,awt.*; are using. what is the meaning and differences. and also there are 4 access modifiers in java. public, private, protected, default. what is the meaning of these 4 access modifiers and difference. public is the access modifier void means return data type disp() means function name what mean by static