Ver Mensaje Individual
  #7 (permalink)  
Antiguo 29/05/2004, 11:31
sanguille_
 
Fecha de Ingreso: mayo-2004
Mensajes: 2
Antigüedad: 20 años, 6 meses
Puntos: 0
Quedaria asi?

<script language="JavaScript">
function ventanaSecundaria (URL){
ventana=window.open(URL,"ventana1","width=650, height=488, scrollbars=no, menubar=no, location=no, resizable=no")
ventana.focus()
}
</script>

Gracias por responder!!

saludos!!!