Tengo este codigo.
Código:
<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>
Y quiero meterlo en el index.php de un portal php, como lo hago?
Gracias.