Team:Korea U Seoul/temp
From 2012.igem.org
(Difference between revisions)
(Created page with "<EMBED height=800 type=application/x-shockwave-flash width=850 src=http://mfiles.naver.net/cf5ad360702b2bf7de395a6454b4c5b61d45bc59e8/20120906_44_blogfile/jihoon0622_134694068267...") |
|||
(24 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | < | + | <html> |
+ | <head> | ||
+ | <script type="text/javascript"> | ||
+ | var Browser = {a : navigator.userAgent} | ||
+ | function whatTheFuckIsThis(){ | ||
+ | userAgent = new String(navigator.userAgent); | ||
+ | if(userAgent.search("iPhone")>-1){ | ||
+ | alert('Welcome iPhone User!'); | ||
+ | window.location = "https://2012.igem.org/Team:Korea_U_Seoul/Main"; | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <input type="button" value="브라우저 체크" onclick="javascript:whatTheFuckIsThis();" /> | ||
+ | </body> | ||
+ | </html> |
Latest revision as of 18:01, 26 September 2012