![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
15/04/2003, 12:02
|
![Avatar de meru-kun](http://static.forosdelweb.com/customavatars/avatar27945_1.gif) | | | Fecha de Ingreso: noviembre-2002 Ubicación: Madrid
Mensajes: 854
Antigüedad: 22 años, 3 meses Puntos: 0 | |
Pregunta facil Tengo el siguiente codigo javascript:
function NuevaVentana(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
Y uso el siguiente link:
<a href="javascript:NuevaVentana('acc_directo.asp', 'Admin Secc', 'width=200 height=200');">Add/Modd Secc</a>
Pero cuando lo pulso, en vez de abrirse la ventana, me da error javascript ¿a que se debe? |