Tema: mensajes
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/07/2002, 16:39
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes
Puntos: 61
Re: mensajes

Con VBScript puedes modificar mucho más los alert. Pero sólo funcionará con IExplorer. Un ejemplo:

Código:
<script language="VBScript">
pregunta=msgbox("Tú tienes prisa?",VByesno+VBquestion,"Pregunta transcendente")
if pregunta=VByes then msgbox "Corre!!",VBExclamation,"Deprisa!!"
if pregunta=VBNO then msgbox "Que suerte",VBinformation,"Los hay con suerte"
</script>
Visita estas páginas:
<a href='ir.asp?http://www.programacion.com/asp/tutoriales/vbscript/cap8_msgbox.htm#cap8_msgbox' target='_blank'>http://www.programacion.com/asp/tutorial...</a>

La siguiente es más clara:
<a href='ir.asp?http://dsc.uaemex.mx/operacion/Servicios/vbscript/htm/vbs165.htm' target='_blank'>http://dsc.uaemex.mx/operacion/Servicios...</a>

Espero que te sirva