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