Team:LCG-UNAM-Mexico:Comic
From 2009.igem.org
(Difference between revisions)
(New page: <table border="0" align="center" width="600" cellpadding="100"><tr><th><a href="" id="clustrMapsLink"><img align="center" src="https://static.igem.org/mediawiki/2009/b/b4/COMIC_INTRO_lcg.png"><...) |
|||
(3 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | {{Template:LCG_top_Netscape}}<!--Do not remove the first and last lines in this page!--> | ||
- | <table border="0" align="center" width=" | + | <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> | ||
+ | <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> | ||
+ | </html> | ||
+ | <!--Do not remove the first and last lines in this page!-->{{Template:LCG_bottom_Netscape}} |
Latest revision as of 00:25, 22 October 2009