Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/07/2011, 09:48
Avatar de Lautaro_eb
Lautaro_eb
 
Fecha de Ingreso: mayo-2010
Ubicación: Bariloche, Argentina
Mensajes: 284
Antigüedad: 14 años, 9 meses
Puntos: 24
Respuesta: que me recomiendan ?

Código HTML:
Ver original
  1. <div onclick='javascript:ampliar(\"banner\");' id='banner'> asdas </div>
Código Javascript:
Ver original
  1. function ampliar(id){
  2. document.getElementById(id).style.width = 500+'px';
  3. document.getElementById(id).style.height = 500+'px';
  4. }
Prueva hasi