![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/01/2003, 14:20
|
| | Fecha de Ingreso: diciembre-2002 Ubicación: arequipa
Mensajes: 114
Antigüedad: 22 años, 1 mes 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')" );
} |