IGEM:Peking/2007: Difference between revisions
Qinsi Zheng (talk | contribs) No edit summary |
Qinsi Zheng (talk | contribs) No edit summary |
||
| Line 10: | Line 10: | ||
| width="670px" | | | width="670px" | | ||
<html> | There are'''<html> | ||
<script language="JAVASCRIPT"><!-- update your browser, silly--> | <script language="JAVASCRIPT"><!-- update your browser, silly--> | ||
Today = new Date(); | Today = new Date(); | ||
| Line 16: | Line 16: | ||
msInADay = 1000 * 60 * 60 * 24; | msInADay = 1000 * 60 * 60 * 24; | ||
display = Math.floor((Jamboree.getTime() - Today.getTime())/msInADay); | display = Math.floor((Jamboree.getTime() - Today.getTime())/msInADay); | ||
document.write(" | document.write(" " + display +" "); | ||
// </script> | // </script> | ||
</html> | </html>'''days left until the Jamboree! | ||
Revision as of 06:50, 24 July 2007
|
There are<html> <script language="JAVASCRIPT"> Today = new Date(); Jamboree = new Date("November 3, 2007"); msInADay = 1000 * 60 * 60 * 24; display = Math.floor((Jamboree.getTime() - Today.getTime())/msInADay); document.write(" " + display +" "); // </script> </html>days left until the Jamboree!
|
Email us at igem-pku AT googlegroups DOT com
External links iGEM | iGEM 2006 | Registry of Standard Biological Parts | iGEM PKU Googlegroup | iGEM OWW Page