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() {
+
function init() {
-
      if (/msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent)) {
+
alert("test");
-
      alert("The DOM is ready!");
+
-
      }
+
}
}
-
 
+
window.onload = init;  
-
window.onload = alert("test");
+
-
 
+
</script>
</script>

Revision as of 02:33, 22 October 2009

edit

Testing