cstargio
04-23-2009, 01:25 AM
Hi all,
Okay, I'm pretty much ready to give up my mission here. I am trying to launch a Zoomerang survey in which users will be able to pick dinner choices for an upcoming banquet and then, at the end of the survey, be able to pay for dinner tickets using a "Buy-it-Now" Paypal button. I have generated the html code for the buy-it-now button (see below) but cannot get it to open in a new window when a user clicks on the button within the survey.
Here is the code for the BIN Button:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4824514">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
What do I need to be before and after this code to enable the form to open in a new window?
Any light shed would be greatly appreciated!
Cyndi
Okay, I'm pretty much ready to give up my mission here. I am trying to launch a Zoomerang survey in which users will be able to pick dinner choices for an upcoming banquet and then, at the end of the survey, be able to pay for dinner tickets using a "Buy-it-Now" Paypal button. I have generated the html code for the buy-it-now button (see below) but cannot get it to open in a new window when a user clicks on the button within the survey.
Here is the code for the BIN Button:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4824514">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
What do I need to be before and after this code to enable the form to open in a new window?
Any light shed would be greatly appreciated!
Cyndi