Team:Korea U Seoul/temp

From 2012.igem.org

(Difference between revisions)
Line 6: Line 6:
var Browser = {a : navigator.userAgent}
var Browser = {a : navigator.userAgent}
function whatIsThis(){alert(Browser.a);}
function whatIsThis(){alert(Browser.a);}
-
//Browser = {chrome : Browser.a.indexOf('chrome') != -1}
 
-
//function whatKindOfBrowser() {if (Browser.chrome) {alert("hey");}
 
-
//}
 
</script>
</script>
</head>
</head>

Revision as of 17:28, 26 September 2012

Untitled Document