mi pregunta es la siguiente estoy utlilizando popup en mi pagina de inicio con este codigo :
<head>
<script>
function abrir() {
open('http://tengotumusica.com/xxxform1.html','','top=300,left=300,width=800,heig ht=800') ;
open('http://www.ladurakaradio.com','','top=100,left=100,width= 600,height=200') ;}
</script>
<title>Tengotumusica.com</title>
</head>
y en el body va este : <body onload="abrir()">
en me gustaria que este open('http://www.ladurakaradio.com','','top=100,left=100,width= 600,height=200') ;} no salga alfrente si no se quede atras del navegador
me gustaria saber si le puedo agregar algun codigo para hacer eso?
