Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/07/2015, 17:59
Avatar de AXENCO
AXENCO
 
Fecha de Ingreso: julio-2014
Ubicación: culiacan, sinaloa
Mensajes: 21
Antigüedad: 9 años, 9 meses
Puntos: 1
Respuesta: Formulario e imagenes

Código HTML:
Ver original
  1. <script type="text/javascript">
  2. function cambiarImagen(){
  3.         var buscar = document.getElementById("img")
  4.         var c = document.getElementById("cimg")
  5.        
  6.             c.src =buscar.value+".jpg";
  7. }
  8. <input id="img" type="text" onkeypress="cambiarImagen()">
  9. <img id="cimg" src="">
puede ayudar