Team:WHU-China
From 2013.igem.org
(Difference between revisions)
IgnatzZeng (Talk | contribs) |
IgnatzZeng (Talk | contribs) |
||
Line 57: | Line 57: | ||
var step=1 | var step=1 | ||
function stepplus(){ | function stepplus(){ | ||
- | |||
step++ | step++ | ||
if(step>1) | if(step>1) | ||
getElementById("previousimg").display="block" | getElementById("previousimg").display="block" | ||
+ | // | ||
if(step>3) | if(step>3) | ||
step=3 | step=3 | ||
+ | // | ||
if(step=3) | if(step=3) | ||
getElementById("nextimg").display="none" | getElementById("nextimg").display="none" | ||
Line 74: | Line 75: | ||
if(step<3) | if(step<3) | ||
getElementById("nextimg").display="block" | getElementById("nextimg").display="block" | ||
+ | // | ||
if(step<1) | if(step<1) | ||
step=1 | step=1 | ||
+ | // | ||
if(step=1) | if(step=1) | ||
getElementById("previousimg").display="none" | getElementById("previousimg").display="none" |
Revision as of 13:04, 21 September 2013