
02/11/2005, 09:00
|
 | | | Fecha de Ingreso: mayo-2003 Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 9 meses Puntos: 5 | |
<script>
function Abrir() {
if (confirm("¿Desea abrir otra pagina?")) {
window.open("url.ext", "name_pop", "features");
}
}
</script>
<input type="button" value="abrir" onclick="Abrir()">
__________________ Saruman One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. |