Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/04/2012, 19:10
Avatar de goteen_mx
goteen_mx
 
Fecha de Ingreso: abril-2005
Ubicación: D.F.
Mensajes: 403
Antigüedad: 19 años, 1 mes
Puntos: 37
Respuesta: Mostrar un input al dar clic en una imagen

checate este código

<script>
function f_mostra(){
document.getElementById('oculto') .innerText='Y la luz se hizo';
document.getElementById('p3').style.display = 'block';
}
</sctript>
<span id="oculto" style="width:500;">
<input type="text" name="p3[]" id="p3" value="<?php echo $row_calificarm['parcial3']; ?>" size="3" style="display: none;" />
</span></td>

<a href="Javascript:f_mostrar();">¡Hágase la luz!</a>
__________________
Born to be free.