Team:UFMG Brazil
From 2013.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<html> | <html> | ||
- | < | + | <script type="text/javascript"> |
+ | function change_schema_image(url) | ||
+ | { | ||
+ | schema_img=document.getElementById("schema_img"); | ||
+ | //schema_img.src=url; | ||
+ | console.log("Testing!!!"); | ||
+ | } | ||
+ | </script> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/3/3e/Ufmg_2013_ilustra0.jpg" usemap="#schema_map" id="schema_img"> | ||
+ | |||
+ | <map name="schema_map"> | ||
+ | <area shape="circle" coords="20,20,10" href="javascript:change_schema_image('Test');" alt="Sun"> | ||
+ | <area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury"> | ||
+ | <area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus"> | ||
+ | </map> | ||
<iframe style="border:none; width:100%; height:600px" | <iframe style="border:none; width:100%; height:600px" |
Revision as of 02:00, 9 September 2013