You are here:   Articles
Register   |  Login

DotNetNuke Articles

Minimize
12

Asp.net and DotNetNuke do not allow you to include a FORM in your DNN page. There are things you can do. See How to Include Multiple Forms in DotNetNuke.

For Paypal, the easiest thing to do is use a link instead of a form. Go into Paypal, Merchant Services and create a Buy Now button. Then click the Email tab and you will see the linking code. Put that code around a Buy Now button and you are all set.

<a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=11112222"><img src="https://www.paypal.com/en_US/i/btn/btn_buynow_SM.gif" border="0" alt="YOUR PRODUCT NAME AND KEYWORDS"></a>

By Andrew Weitzen, Bronze Inc.(c) 2010

Bronze is the publisher of several online Internet journals including: InternetHandholding.com, DomainNames.gs, DotNetNuke.bz, Programmer.bz, Software.vg, WebHosting.vg

Posted in: Asp.net

Post Rating

Comments

Steve
# Steve
Saturday, September 18, 2010 8:21 AM
"Put that code around a Buy Now button"? What does that mean?
Internet Handholding
# Internet Handholding
Sunday, September 19, 2010 3:17 PM
Paypal will give you some code to use with an "a" tag to create a link. Inside the "a" tag, you can put an "img" tag, which is a Paypal Buy Now Button, instead of, or in addition to plain text.

The general form is this.

The "img" tag is a Paypal Button. The code has this form.

<a ... >
<img ... alt="Paypal Buy Now Button" />
Buy this product
</a>

Post Comment

Only registered users may post comments.

DotNetNuke

Minimize



Recommend DotNetNuke.bz

Minimize

Share/Bookmark Bookmark and Share