Hola
txemaker:
Código HTML:
<html>
<head>
<script>
function opcion(){
ventana=confirm("Deseas que se abra una ventana?");
if (ventana){
window.open('http://g.santorcaz.com/E.swf','E','width=696,height=468,top=0,left=0');
}
}
</script>
</head>
<body onload="opcion();">
</body>
</html>
NOTA: También me lo bloquea el pop-up.