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