Team:WHU-China
From 2013.igem.org
(Difference between revisions)
IgnatzZeng (Talk | contribs) |
IgnatzZeng (Talk | contribs) |
||
Line 83: | Line 83: | ||
//variable that will increment through the images | //variable that will increment through the images | ||
var step=1 | var step=1 | ||
- | document.getElementById("nextimg").onclick={step++} | + | document.getElementById("nextimg").onclick=function(){step++} |
function slideit(){ | function slideit(){ | ||
//if browser does not support the image object, exit. | //if browser does not support the image object, exit. |
Revision as of 03:29, 21 September 2013
We strongly recommend you to use a non-IE core browser, for example Firefox, Chrome, Safari, or Opera
Retrieved from "http://2013.igem.org/Team:WHU-China"