Team:Korea U Seoul/temp
From 2012.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<head> | <head> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | var Browser = {a : navigator.userAgent | + | var Browser = {a : navigator.userAgent} |
- | + | function whatIsThis(){alert(Browser.a);} | |
- | function | + | |
- | } | + | |
</script> | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
- | <input type="button" value="브라우저 체크" onclick="javascript: | + | <input type="button" value="브라우저 체크" onclick="javascript:whatIsThis();" /> |
</body> | </body> | ||
</html> | </html> |
Revision as of 17:44, 26 September 2012