Difference between revisions of "Team:NAU-CHINA/Notebook"

Line 5: Line 5:
 
function ImgOver1()
 
function ImgOver1()
 
{
 
{
document.form1.img1.src="img_sample001_NAU-CHINA.gif"
+
document.form1.img1.src="https://static.igem.org/mediawiki/2016/e/ee/Img_sample001_NAU-CHINA.gif"
 
}
 
}
 
function ImgOut1()
 
function ImgOut1()
 
{
 
{
document.form1.img1.src="img_black_sample001_NAU-CHINA.gif"
+
document.form1.img1.src="https://static.igem.org/mediawiki/2016/d/d5/Img_black_sample001_NAU-CHINA.gif"
 
}
 
}
  
Line 15: Line 15:
 
function ImgOver2()
 
function ImgOver2()
 
{
 
{
document.form2.img2.src="img_sample002_NAU-CHINA.gif"
+
document.form2.img2.src="https://static.igem.org/mediawiki/2016/7/7e/Img_sample002_NAU-CHINA.gif"
 
}
 
}
 
function ImgOut2()
 
function ImgOut2()
 
{
 
{
document.form2.img2.src="img_black_sample002_NAU-CHINA.gif"
+
document.form2.img2.src="https://static.igem.org/mediawiki/2016/3/3b/Img_black_sample002_NAU-CHINA.gif"
 
}
 
}
 
</script>
 
</script>
Line 31: Line 31:
 
<form name=form1>
 
<form name=form1>
 
<a href="" name=link1 onMouseOver="ImgOver1()" onMouseOut="ImgOut1()">
 
<a href="" name=link1 onMouseOver="ImgOver1()" onMouseOut="ImgOut1()">
<img name="img1" src="img_black_sample001_NAU-CHINA.gif" width=500>
+
<img name="img1" src="https://static.igem.org/mediawiki/2016/d/d5/Img_black_sample001_NAU-CHINA.gif" width=500>
 
</a>
 
</a>
 
</form>
 
</form>
Line 38: Line 38:
 
<form name=form2>
 
<form name=form2>
 
<a href="" name=link2 onMouseOver="ImgOver2()" onMouseOut="ImgOut2()">
 
<a href="" name=link2 onMouseOver="ImgOver2()" onMouseOut="ImgOut2()">
<img name="img2" src="img_black_sample002_NAU-CHINA.gif" width=500>
+
<img name="img2" src="https://static.igem.org/mediawiki/2016/3/3b/Img_black_sample002_NAU-CHINA.gif" width=500>
 
</a>
 
</a>
 
</form>
 
</form>

Revision as of 16:36, 20 July 2016

Description