Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/07/2009, 07:10
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años, 1 mes
Puntos: 126
Respuesta: Ver y ocultar div´s

Hola

¿A qué te refieres? Llamar a función

Código asp:
Ver original
  1. elDiv = Request.QueryString("objeto")

Código javascript:
Ver original
  1. function muestraDiv () {
  2. ojb = document.getElementById("<%=elDiv%>");
  3. if (obj.diplay == none) obj.display = "block";
  4. ......
  5. }
  6.  
  7. document.onload = muestraDiv;

Suerte
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />