Team:Osaka/Test2

From 2010.igem.org

(Difference between revisions)
(New page: <html> <body> <?php echo "Hello World"; ?> </body> </html>)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<body>
<body>
-
<?php
+
<style>
-
echo "Hello World";
+
#cd {
-
?>
+
width: 0px; height: 0px;
 +
margin: auto; padding: 0px;
 +
font-family: Arial; font-size: 0pt; //hides the ugly output from external php file since i cant modify it
 +
}
 +
</style>
 +
 
 +
<script type="text/javascript" src="https://2010.igem.org/wiki/index.php?title=User:Shaothing/wiki/test.js&action=raw"></script>
 +
 
 +
<SCRIPT type="text/javascript" SRC="http://www.minisitegallery.com/2020/countdown.php?timezone=US/Eastern&countto=2010-11-05 00:00:00&do=t&data=iGEM 2010 Jamboree">
 +
</SCRIPT>
 +
 
 +
<SCRIPT type="text/javascript">
 +
function tick()
 +
{
 +
    document.getElementById('DAYS').innerHTML = "Days left: "+dd;
 +
    document.getElementById('HRS').innerHTML = "Hours left: "+hh;
 +
    document.getElementById('MINS').innerHTML = "Minutes left: "+mm;
 +
    document.getElementById('SECS').innerHTML = "Seconds left: "+ss;
 +
    setTimeout('tick()', 1000);
 +
}
 +
document.write("<div id='DAYS'></div>\n");
 +
document.write("<div id='HRS'></div>\n");
 +
document.write("<div id='MINS'></div>\n");
 +
document.write("<div id='SECS'></div>\n");
 +
tick();
 +
</SCRIPT>
</body>
</body>
 +
</html>
</html>

Latest revision as of 04:27, 28 September 2010