Team:LCG-UNAM-Mexico:Comic
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <header> | ||
+ | |||
+ | <script language="JavaScript"> | ||
+ | function mouseOver_lC(){ | ||
+ | document.getElementById("lC").src ="https://static.igem.org/mediawiki/2009/7/79/Comic_leftb_LCG.png"; | ||
+ | } | ||
+ | function mouseOut_lC(){ | ||
+ | document.getElementById("lC").src ="https://static.igem.org/mediawiki/2009/6/66/Comic_lefta_LCG.png"; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | function mouseOver_rC(){ | ||
+ | document.getElementById("rC").src ="https://static.igem.org/mediawiki/2009/a/a7/Comic_rightb_LCG.png"; | ||
+ | } | ||
+ | function mouseOut_rC(){ | ||
+ | document.getElementById("rC").src ="https://static.igem.org/mediawiki/2009/c/ce/Comic_righta_LCG.png"; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | function goA(){ | ||
+ | myComic=document.getElementById("comic"); | ||
+ | myComic.innerHTML='<a href="https://static.igem.org/mediawiki/2009/1/12/Comic_LCG_a.png"><img width="600" src="https://static.igem.org/mediawiki/2009/1/12/Comic_LCG_a.png"></a>'; | ||
+ | } | ||
+ | function goB(){ | ||
+ | myComic=document.getElementById("comic"); | ||
+ | myComic.innerHTML='<a href="https://static.igem.org/mediawiki/2009/d/d2/Comic_LCG_b.png"><img width="600" src="https://static.igem.org/mediawiki/2009/d/d2/Comic_LCG_b.png"></a>'; | ||
+ | } | ||
+ | |||
+ | |||
+ | </script> | ||
+ | </header> | ||
<body> | <body> | ||
- | <table border="0" align="center" width=" | + | <table border="0" align="center" width="900" cellpadding="5"><tr><th><a href="#" onCLick="goA(); return false;"> |
+ | <img border="0" src="https://static.igem.org/mediawiki/2009/6/66/Comic_lefta_LCG.png" id="lC" onmouseover="mouseOver_lC()" onmouseout="mouseOut_lC()"></a></th><th> | ||
+ | <div id="comic"><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/1/12/Comic_LCG_a.png"></div> | ||
+ | </th><th><a href="#" onCLick="goB(); return false;"><img border="0" src="https://static.igem.org/mediawiki/2009/c/ce/Comic_righta_LCG.png" id="rC" onmouseover="mouseOver_rC()" onmouseout="mouseOut_rC()"></a></th></tr></table> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 00:24, 22 October 2009