Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/07/2002, 05:51
Avatar de Cain
Cain
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 23 años
Puntos: 17
Re: Error [object]

<a href=padre.txt onClick=ventana = Window.open('hijo.txt', 'hijito lindo', 'width=400,height=400')>

Mejor usar "":

<a href="padre.txt" onClick="ventana = Window.open('hijo.txt', 'hijito lindo', 'width=400,height=400')">

Joe Tawers,
<a href="http://www.ilimit.com/towers">http://www.ilimit.com/towers</a>