Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/01/2003, 14:20
tomili
 
Fecha de Ingreso: diciembre-2002
Ubicación: arequipa
Mensajes: 114
Antigüedad: 21 años, 3 meses
Puntos: 0
Intente hacer eso peor no me resulta :S tal vez me podrias dar una manita :P

<script language="JavaScript">
var winName="titulo"
function Abrir_Ventana(theURL,w,h) {

var windowprops ="top=0,left=0,toolbar=no,location=no,status=no , menubar=no,scrollbars=no, resizable=no,width=" + w + ",height=" + h;

window.open(theURL,winName,windowprops);
}
</script>


este segundo codigo los usas en tus links:

on (release){
getURL ("java script:Abrir_Ventana('nueva.html','ancho','alto')" );
}