J
Jeff
Hi
I created an Subscribe button on the PayPal website. This button I want to
use on my website so that people must pay to see hidden content. On the
PayPal site I got this markup:
<form action="<URL>" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="xxx">
<input type="image" src="yyybtn_subscribeCC_LG.gif" border="0" name="submit"
alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="uuuu/pixel.gif" width="1" height="1">
</form>
This won't work in asp.net because it already contain a form. So I'm looking
for an workaround here... any suggestions?
Like this on:
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="xxxx"
PostBackUrl="<URL>" />
but this workaround fails, it doesn't contain the information in the hidden
fields above...
any suggestions?
I created an Subscribe button on the PayPal website. This button I want to
use on my website so that people must pay to see hidden content. On the
PayPal site I got this markup:
<form action="<URL>" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="xxx">
<input type="image" src="yyybtn_subscribeCC_LG.gif" border="0" name="submit"
alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="uuuu/pixel.gif" width="1" height="1">
</form>
This won't work in asp.net because it already contain a form. So I'm looking
for an workaround here... any suggestions?
Like this on:
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="xxxx"
PostBackUrl="<URL>" />
but this workaround fails, it doesn't contain the information in the hidden
fields above...
any suggestions?