Team:Valencia/PruebaRafa

From 2009.igem.org

(Difference between revisions)
Line 3: Line 3:
<script language="JavaScript" type="text/javascript">
<script language="JavaScript" type="text/javascript">
-
   var nombres = "";
+
 
-
   for (i=0;i<document.images.length;i++)
+
   var nombres = "";
-
  {
+
 
-
    nombres= + document.images[i].name + " ";
+
   function alert(nombres)
 +
  {   
 +
    for (i=0;i<document.images.length;i++)
 +
    {
 +
      nombres= + document.images[i].name + " ";
 +
    }
   }
   }
</script>  
</script>  
Line 13: Line 18:
<body>
<body>
-
<input type="button" value="dame names" onClick="alert(nombres);">
+
<input type="button" value="Nombre imagen" onClick="alert(nombres);">
</body>
</body>
-
</html>
 
-
<input type="button" value="dame names" onClick="alert(nombres);">
 
-
<div>
 
-
<html>
 
-
<input type="button" value="dame names" onClick="alert(nombres);">
 
<img src="http://www.tonterias.com/data/200403/4413_Gran_caca.jpg" width="300px" height="200px">
<img src="http://www.tonterias.com/data/200403/4413_Gran_caca.jpg" width="300px" height="200px">
</html>
</html>
</div>
</div>

Revision as of 20:35, 6 December 2009

</div>