Hello,
I copied and pasted the code provided to me by PayPal to create a Pay Now button that users could click on. It is supposed to take them to a place on PayPal where they can pay for my services.
The code is shown below.
_________________________________________
_________________________________________
However, instead of taking the user elsewhere, when the button is clicked, the user is simply taken to the top of the web page the button is on.
The address for the page in question is: http://browningwrite.home.comcast.ne...dle_books.html
Because I code by hand rather than using an editor like Dreamweaver, the code isn't changed in the process of pasting it.
My website is a free one hosted by Comcast as part of my subscription. I don't know if that could be a factor.
Thanks for any suggestions you can give me.
Bill
I copied and pasted the code provided to me by PayPal to create a Pay Now button that users could click on. It is supposed to take them to a place on PayPal where they can pay for my services.
The code is shown below.
_________________________________________
<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="S9Q66NEE8WMRU">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
_________________________________________
However, instead of taking the user elsewhere, when the button is clicked, the user is simply taken to the top of the web page the button is on.
The address for the page in question is: http://browningwrite.home.comcast.ne...dle_books.html
Because I code by hand rather than using an editor like Dreamweaver, the code isn't changed in the process of pasting it.
My website is a free one hosted by Comcast as part of my subscription. I don't know if that could be a factor.
Thanks for any suggestions you can give me.
Bill
Comment