Team:Korea U Seoul/template/Main
From 2012.igem.org
(Difference between revisions)
(7 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
- | < | + | <script type="text/javascript"> |
+ | function browserCheck(){ | ||
+ | userAgent = new String(navigator.userAgent); | ||
+ | if(userAgent.search("iPhone")>-1){ | ||
+ | alert('Welcome iPhone User! You need Flash supporting web brower to fully use our wiki page'); | ||
+ | window.location = "https://2012.igem.org/Team:Korea_U_Seoul/Main"; | ||
+ | } | ||
+ | else if(userAgent.search("iPad")>-1){ | ||
+ | alert('Welcome iPad User! You need Flash supporting web brower to fully use our wiki page'); | ||
+ | window.location = "https://2012.igem.org/Team:Korea_U_Seoul/Main"; | ||
+ | } | ||
+ | else if(userAgent.search("iPod")>-1){ | ||
+ | alert('Welcome iPod User! You need Flash supporting web brower to fully use our wiki page'); | ||
+ | window.location = "https://2012.igem.org/Team:Korea_U_Seoul/Main"; | ||
+ | } | ||
- | + | } | |
- | + | function gotoMain(){ | |
+ | window.location = "https://2012.igem.org/Team:Korea_U_Seoul/Main"; | ||
+ | } | ||
- | </ | + | </script> |
</head> | </head> | ||
- | <body | + | <body onLoad="browserCheck()"> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<div id="front_flash" style="width:922; height:691;"> | <div id="front_flash" style="width:922; height:691;"> | ||
- | <embed src="https://static.igem.org/mediawiki/2012/ | + | <embed src="https://static.igem.org/mediawiki/2012/6/63/KUS_Mainf.swf" width="922" height="691"> |
</div> | </div> | ||
Latest revision as of 03:33, 27 September 2012