Ver Mensaje Individual
  #8 (permalink)  
Antiguo 12/01/2008, 10:02
Avatar de hgp147
hgp147
 
Fecha de Ingreso: diciembre-2006
Ubicación: Buenos Aires, Argentina
Mensajes: 980
Antigüedad: 17 años, 3 meses
Puntos: 36
Re: Ventana 2 Botones

Hola txemaker:

Código HTML:
<html>
<head>
</head>
<body onload="if(confirm('Deseas que se abra una ventana?')) window.open('http://g.santorcaz.com/E.swf','E','width=696,height=468,top=0,left=0')">
</body>
</html>