Quote:
Originally posted by mmilano
hey, did you try my suggestion? i tested it and it works, except you just have to deal with a toolbar.
the form you have to send it from has to look like this:
<form method=post action=nextpage.html target=new>
<input type=text><input type=submit>
</form>
the key is "target=new" , .. but you probably don't want the toolbar.
|
Thanks for the tip; that works just about as well as what I intended. There are parms you can pass to 'window.open' to tell it to leave off the toolbar, menu, etc. I may be able to pass the same arguments to this function, I'm gonna do a little more research. Still testing...