Código:
Y quiero meterlo en el index.php de un portal php, como lo hago?<html> <head> <title>Votame!!</title> <script language="JavaScript"> function pedirVoto(){ if (confirm("¿Deseas colaborar con tu voto?")){ window.open("http://www.tutop.com/vota.php?id=1664","","") } } </script> </head> <body onload="pedirVoto()"> </body> </html>
Gracias.