Team:Virginia/Sandbox pop

From 2009.igem.org

(Difference between revisions)
Line 4: Line 4:
<script type="text/javascript">
<script type="text/javascript">
-
 
+
function isIE() {
-
 
+
      if (/msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent)) {
 +
      alert("The DOM is ready!");
 +
      }
 +
}
</script>
</script>
</head>
</head>
-
<body onload="alert("The DOM is ready!");">
+
<body onload="isIE()">
<a href="https://2009.igem.org/wiki/index.php?title=Team:Virginia/Sandbox_pop&action=edit">edit</a>
<a href="https://2009.igem.org/wiki/index.php?title=Team:Virginia/Sandbox_pop&action=edit">edit</a>
<br>
<br>

Revision as of 02:28, 22 October 2009

edit

Testing