Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/07/2006, 08:37
Avatar de eits
eits
 
Fecha de Ingreso: junio-2005
Ubicación: valladolid, yucatán
Mensajes: 1.655
Antigüedad: 18 años, 10 meses
Puntos: 88
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