View Single Post
Old 07-03-2002, 10:18 AM   #6 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
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...
bdl is offline   Reply With Quote