Log in

View Full Version : Form Return Page needs to load in New Window



rka81
04-23-2006, 01:14 PM
Hi,

I have created a form (standard name/address type) with a normal submit button within a framed window. Once the form is compltedt and submitted the returning page (SampleRequsted.htm) is also in loaded iinto the original fram - My question is.... How do i get the form return page to load into a completly new window???

<INPUT TYPE=HIDDEN NAME="MFAddress" VALUE="information@xxx.co.uk">
<INPUT TYPE=HIDDEN NAME="MFCode" VALUE="3134">
<INPUT TYPE=HIDDEN NAME="MFSubject" VALUE="Sample Request">
<INPUT TYPE=HIDDEN NAME="MFReturn" VALUE="http://www.xxxxxxx.co.uk/SampleRequested.htm">

Any help is appreciated..

thanks

Twey
04-23-2006, 01:47 PM
<form action="whatever.php" method="post" target="_blank">