Ver Mensaje Individual
  #7 (permalink)  
Antiguo 13/05/2010, 14:59
Avatar de lukas4
lukas4
 
Fecha de Ingreso: octubre-2008
Ubicación: frente al pc
Mensajes: 496
Antigüedad: 15 años, 6 meses
Puntos: 12
Respuesta: Javascript para MsgBox

asi:
Código Javascript:
Ver original
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. function show_confirm()
  5. {
  6. var r=confirm("presiona un boton");
  7. if (r==true)
  8.   {
  9.   alert("presionaste OK!");
  10.   }
  11. else
  12.   {
  13.   alert("presionaste Cancel!");
  14.   }
  15. }
  16. </script>
  17. </head>
  18. <body>
  19. <input type="button" onclick="show_confirm()" value="ventana de confirmacion" />
  20. </body>
  21. </html>
__________________
http://situcomo.blogspot.com
Karma is a Bitch... they said