Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/07/2006, 07:32
wertyhead
 
Fecha de Ingreso: febrero-2006
Mensajes: 79
Antigüedad: 18 años, 3 meses
Puntos: 0
De acuerdo

Cita:
Iniciado por eits
intenta con algo asi.
Código HTML:
<FORM NAME="esteForm" ACTION="print.php" METHOD="GET">
  <input type="text" name="nombre"> <input type="submit" name="Submit" value="print" onClick="javascript:window.open('print.php?nombre='+document.esteForm.nombre.value, 'noimporta', 'width=500, height=500, scrollbars=yes')">
</FORM> 
que creo q es a lo q se referia amnix
espero te funcione.
salu2

muchas gracias eits y amnix, al fin funciono :)