Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/04/2009, 04:04
Laufwerk
 
Fecha de Ingreso: marzo-2007
Mensajes: 538
Antigüedad: 17 años, 2 meses
Puntos: 0
Respuesta: Prototype examples

ya lo solucioné
Les dejo el codigo:

Código:
    Dialog.confirm("<?php echo $texto;?>", 
				   {top:30, width:300, className: "alphacube", okLabel: "<?php echo $si;?>",  id: "myDialogId", 
				   ok:function() {/* Aqui nuestra funcion */} });
Saludos!