Team:UCSF/animation

From 2010.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 14: Line 14:
}
}
-
function changeImg(img, newimg)  
+
function onClick()
{
{
-
img.src = newimg;
+
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="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="changeImg(this, 'https://static.igem.org/mediawiki/2010/b/b9/UCSF_Syn_Killers_Animation.gif')" height="275" align="center"/>
+
<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

UCSF banner