Ver Mensaje Individual
  #5 (permalink)  
Antiguo 26/08/2008, 15:42
txemaker
 
Fecha de Ingreso: octubre-2007
Mensajes: 74
Antigüedad: 17 años, 4 meses
Puntos: 1
Respuesta: Corregir script

Ok lo tengo!

<script type="text/javascript">

window.onunload=function alsalir() {
a=window.confirm('Hasta pronto ¿te gustaria votarnos en el ranking?');
if (a==true){
window.open('http://www.wedelranking.com');
}else{
alert("Agradecemos tu visita")
}
}

</SCRIPT>

Muchas gracias David!! salud

Última edición por txemaker; 26/08/2008 a las 15:51