Javascript Objects JavaScript DHTML




function function1() {
    var m = navigator.appName;
    alert("The name of your browser is "+'"'+m+'"');
}