cayden2007
Technical User
All,
I have the following form:
This is placed in an inline frame on this page:
When the submittal button is depressed it opens within the inline frame.
I would like that to open in a new window.
Can someone please let me know how to modify the form to open up into its own window when the submittal button is depressed?
This would be most helpful.
Thanks in advance.
I have the following form:
Code:
<FORM METHOD=POST ACTION="[URL unfurl="true"]http://www.safepay.net/cgi-bin/shop/cart.cgi?">[/URL]
<INPUT TYPE=HIDDEN NAME=merchant VALUE="bacastange">
<INPUT TYPE=HIDDEN NAME=name VALUE="(P-10) Blue, green & turquoise">
<INPUT TYPE=HIDDEN NAME=sh VALUE="2.95">
<INPUT TYPE=HIDDEN NAME=price VALUE="25.00">
<INPUT TYPE=HIDDEN NAME=img VALUE="[URL unfurl="true"]http://www.bacastange.com/images/pendants/p-10_25small.jpg">[/URL]
<INPUT TYPE=HIDDEN NAME=img2 VALUE="[URL unfurl="true"]http://www.bacastange.com/images/pendants/p-10_25.jpg">[/URL]
<INPUT TYPE=HIDDEN NAME=custom1 VALUE="1 1/4 inch x 1inch blue, green & turquoise">
<INPUT TYPE=submit NAME="add1" TARGETFRAME="_blank" VALUE="Add to Cart">
</FORM>
This is placed in an inline frame on this page:
When the submittal button is depressed it opens within the inline frame.
I would like that to open in a new window.
Can someone please let me know how to modify the form to open up into its own window when the submittal button is depressed?
This would be most helpful.
Thanks in advance.