![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/02/2003, 16:13
|
![Avatar de luigivirgo](http://static.forosdelweb.com/customavatars/avatar29661_1.gif) | | | Fecha de Ingreso: enero-2003 Ubicación: Toluka mejiko
Mensajes: 150
Antigüedad: 22 años Puntos: 0 | |
intenta tambien intenta tambien kambiar el titulo de la ventana
ya esta asi kreo ke ya kon eso basta
Código:
<script language="JavaScript">
function abrirlink1(){
popupWin1 = window.open('../bajatemamkd.php?idtema=<?echo$idtema?>', 'remote1', 'toolbar=no,location=no,directories=no,status=no,m
enubar=no,scrollbars=no,resizable=no,width=330,hei
ght=220,top=300,left=300')
}
function abrirlink3(){
popupWin3 = window.open('../votatema.php?idtema=<?echo$idtema?>', 'remote'3, 'toolbar=no,location=no,directories=no,status=no,m
enubar=no,scrollbars=no,resizable=no,width=330,hei
ght=250,top=300,left=300')
}
function abrirlink2(){
popupWin2 = window.open('../escuchatema.php?idtema=<?echo$idtema?>', 'remote2', 'toolbar=no,location=no,directories=no,status=no,m
enubar=no,scrollbars=no,resizable=no,width=330,hei
ght=250,top=300,left=300')
}
</script>
|