Team:UCSF/animation
From 2010.igem.org
(Difference between revisions)
(9 intermediate revisions not shown) | |||
Line 14: | Line 14: | ||
} | } | ||
- | function | + | function onClick() |
{ | { | ||
- | + | document.getElementById("b1").src ="https://static.igem.org/mediawiki/2010/b/b9/UCSF_Syn_Killers_Animation.gif"; | |
+ | document.getElementById("b1").onmouseover="empty()"; | ||
+ | document.getElementById("b1").onmouseout="empty()"; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | function empty(){ | ||
} | } | ||
Line 23: | Line 30: | ||
<body> | <body> | ||
- | <img border="0" alt="UCSF banner" title="Click to watch the ninja move!" src="https://static.igem.org/mediawiki/2010/d/dc/UCSF-SF-GGB.jpg" id="b1" onmouseover="mouseOver()" onmouseout="mouseOut()" onclick=" | + | <img border="0" alt="UCSF banner" title="Click to watch the ninja move!" src="https://static.igem.org/mediawiki/2010/d/dc/UCSF-SF-GGB.jpg" id="b1" |
+ | onmouseover="mouseOver()" | ||
+ | onmouseout="mouseOut()" | ||
+ | onclick="onClick()" | ||
+ | height="250"> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 22:03, 26 October 2010