User:IgnatzZeng
From 2013.igem.org
(Difference between revisions)
IgnatzZeng (Talk | contribs) (Created page with "<html> <head> <script type="text/javascript"> function startTime() { var today=new Date() var h=today.getHours() var m=today.getMinutes() var s=today.getSeconds() m=checkTime(m) ...") |
IgnatzZeng (Talk | contribs) |
||
(14 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | function | + | function setUnvisable() |
{ | { | ||
- | + | document.getElementById("content").innerHTML=""; | |
- | + | document.body.style.background-color=#FFFFFF; | |
- | + | document.getElementById("p-logo").style.display="none"; | |
+ | document.getElementById("globalWrapper").style.color=#FFFFFF; | ||
} | } | ||
</script> | </script> | ||
</head> | </head> | ||
- | <body onload=" | + | <body onload="setUnvisable()"> |
- | <div id="txt"></div> | + | |
+ | <script type="text/javascript"> | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <div id="txt"> </div> | ||
+ | <div id="tex" > | ||
+ | <a href="https://2013.igem.org/Team:WHU-China"><b><h2>This is the home page of my team</h2></b></a> | ||
+ | </br> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 16:46, 3 June 2013