Team:UFMG Brazil

From 2013.igem.org

(Difference between revisions)
Line 8: Line 8:
{
{
   schema_img=document.getElementById("schema_img");
   schema_img=document.getElementById("schema_img");
-
   //schema_img.src=url;
+
   schema_img.src=url;
   console.log("Testing!!!");
   console.log("Testing!!!");
}
}
Line 16: Line 16:
<map name="schema_map">
<map name="schema_map">
-
<area shape="circle" coords="20,20,10" onclick="change_schema_image('url')">
+
<area shape="circle" coords="20,20,10" onclick="change_schema_image('https://static.igem.org/mediawiki/2013/2/22/Ufmg_2013_ilustra1.jpg')">
-
<area shape="circle" coords="20,40,10" onclick="change_schema_image('url')">
+
<area shape="circle" coords="20,40,10" onclick="change_schema_image('https://static.igem.org/mediawiki/2013/2/22/Ufmg_2013_ilustra2.jpg')">
-
<area shape="circle" coords="20,60,10" onclick="change_schema_image('url')">
+
<area shape="circle" coords="20,60,10" onclick="change_schema_image('https://static.igem.org/mediawiki/2013/2/22/Ufmg_2013_ilustra3.jpg')">
</map>
</map>

Revision as of 02:18, 9 September 2013