Team:UESTC Life/Team

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<script>
+
setTimeout(function(){
-
if(self.name  !=  "caiweb "){  
+
    window.location.reload();
-
      self.name  =  "caiweb ";
+
}, 10000);
-
      self.location.reload();  
+
-
    }  
+
-
else{
+
-
      self.name  =  " "
+
-
        }
+
-
</script>
+
<style type="text/css">
<style type="text/css">
                 #top-section
                 #top-section

Revision as of 08:39, 22 September 2013

setTimeout(function(){ window.location.reload(); }, 10000);