Team:Korea U Seoul/temp

From 2012.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<script type="text/javascript">
<script type="text/javascript">
-
var UserAgent = navigator.userAgent;
+
var Browser = {a : navigator.userAgent}
-
if (UserAgent.match(/SAMSUNG|Samsung) != null)
+
function whatTheFuckIsThis(){
-
{
+
userAgent = new String(navigator.userAgent);
-
  location.href = "http://smartblueberry.com";
+
if(userAgent.search("iPhone")>-1){
-
}
+
alert('Welcome iPhone User!');
-
else
+
window.location = "https://2012.igem.org/Team:Korea_U_Seoul/Main";
-
{
+
}
-
alert("Web");
+
}
}
</script>
</script>
-
 
</head>
</head>
<body>
<body>
-
he
+
<input type="button" value="브라우저 체크" onclick="javascript:whatTheFuckIsThis();" />
</body>
</body>
</html>
</html>

Latest revision as of 18:01, 26 September 2012