Team:ETH Zurich/Templates

From 2013.igem.org

(Difference between revisions)
Line 17: Line 17:
function imgTwo()  
function imgTwo()  
{  
{  
-
document.myimg.src = 'http://devyne.org/Images/E&B.jpg';  
+
document.myimg.src = 'https://static.igem.org/mediawiki/2013/thumb/7/7c/80px-Eth_igem_logo.png/70px-80px-Eth_igem_logo.png';  
setTimeout("imgThree()", seconds * 1000);  
setTimeout("imgThree()", seconds * 1000);  
}  
}  
function imgThree()  
function imgThree()  
{  
{  
-
document.myimg.src = 'http://devyne.org/family.gif';  
+
document.myimg.src = 'https://static.igem.org/mediawiki/2013/thumb/7/7c/80px-Eth_igem_logo.png/70px-80px-Eth_igem_logo.png';  
setTimeout("imgOne()", seconds * 1000);  
setTimeout("imgOne()", seconds * 1000);  
}  
}  
Line 30: Line 30:
<body onload="imgOne();">  
<body onload="imgOne();">  
-
<img src="http://devyne.org/Images/babyboy1.gif" name="myimg">  
+
<img src="https://static.igem.org/mediawiki/2013/thumb/7/7c/80px-Eth_igem_logo.png/70px-80px-Eth_igem_logo.png" name="myimg">  
</body>  
</body>  
</head>
</head>

Revision as of 09:21, 11 July 2013

Untitled Document

EcoliMinesweeperNEW Kopie.png
80px-Eth igem logo.png
  • Home
  • Team
  • Project
  • Parts
  • Modeling
  • Notebook
  • Safety
  • Attributions
  • Templates
    • Layout
  • [http://2013.igem.org/wiki/index.php?title=Special:UserLogin&returnto=Team:ETH_Zurich/Templates Login]
  • [http://2013.igem.org/Team:ETH_Zurich/Templates WIKI]
    • [http://2013.igem.org/Team:ETH_Zurich/Templates View page]
    • [http://2013.igem.org/wiki/index.php?title=Team:ETH_Zurich/Templates&action=edit Edit page]
    • [http://2013.igem.org/wiki/index.php?title=Team:ETH_Zurich/Templates&action=history History of this page]
    • [http://2013.igem.org/Special:Upload Upload new file]