<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How do I get my PayPal &#8220;buy now&#8221; button to go to the correct page?</title>
	<atom:link href="http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/</link>
	<description>ebay auction information</description>
	<lastBuildDate>Fri, 19 Mar 2010 04:38:18 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ron</title>
		<link>http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/comment-page-1/#comment-14857</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Mon, 06 Jul 2009 12:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/#comment-14857</guid>
		<description>The PayPal &quot;Buy Now&quot; button is always suppose to be coded for the PayPal site so it will allow your customers to buy the product the button is for. If you need to send them to another page for some reason to buy from THAT page, then you need just the basic image button link code:

Making an image a link:

&lt;p&gt;&lt;a href=&quot;URL path to external link&quot; title=&quot;Mouseover Description&quot;&gt;&lt;img style=&quot;width: XXpx; height: YYpx; border: 0;&quot; src=&quot;Path to image&quot; alt=&quot;Text Description&quot;&gt;&lt;/a&gt;&lt;/p&gt;

You can change the &quot;p&quot; tags to div tags and style as needed to make a nice div container for image links.

Ron</description>
		<content:encoded><![CDATA[<p>The PayPal &quot;Buy Now&quot; button is always suppose to be coded for the PayPal site so it will allow your customers to buy the product the button is for. If you need to send them to another page for some reason to buy from THAT page, then you need just the basic image button link code:</p>
<p>Making an image a link:</p>
<p>&lt;p&gt;&lt;a href=&quot;URL path to external link&quot; title=&quot;Mouseover Description&quot;&gt;&lt;img style=&quot;width: XXpx; height: YYpx; border: 0;&quot; src=&quot;Path to image&quot; alt=&quot;Text Description&quot;&gt;&lt;/a&gt;&lt;/p&gt;</p>
<p>You can change the &quot;p&quot; tags to div tags and style as needed to make a nice div container for image links.</p>
<p>Ron
<p align="right"><a href="javascript:void(0)" title=""  onmouseover="window.status=''; return true" onmouseout="window.status=''; return true" onclick="ddrc_popup('http://wwwbay.com/wp-content/plugins/dd-report-comments/report.php?c=14857', 400, 400)">(Report comment)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kameron</title>
		<link>http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/comment-page-1/#comment-14858</link>
		<dc:creator>Kameron</dc:creator>
		<pubDate>Mon, 06 Jul 2009 12:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/#comment-14858</guid>
		<description>Very easy &lt;a href=&quot;put your link to buy the product here&quot;&gt;&lt;img src=&quot;the buy now img src goes here&quot;&gt;&lt;/a&gt;

MAKE SURE YOU KEEP THE QUOTES</description>
		<content:encoded><![CDATA[<p>Very easy &lt;a href=&quot;put your link to buy the product here&quot;&gt;&lt;img src=&quot;the buy now img src goes here&quot;&gt;&lt;/a&gt;</p>
<p>MAKE SURE YOU KEEP THE QUOTES
<p align="right"><a href="javascript:void(0)" title=""  onmouseover="window.status=''; return true" onmouseout="window.status=''; return true" onclick="ddrc_popup('http://wwwbay.com/wp-content/plugins/dd-report-comments/report.php?c=14858', 400, 400)">(Report comment)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyashwant</title>
		<link>http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/comment-page-1/#comment-14859</link>
		<dc:creator>eyashwant</dc:creator>
		<pubDate>Mon, 06 Jul 2009 12:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/#comment-14859</guid>
		<description>If you could give us some screen shots of what you are getting and if you could help me with more details I can help you easily.</description>
		<content:encoded><![CDATA[<p>If you could give us some screen shots of what you are getting and if you could help me with more details I can help you easily.
<p align="right"><a href="javascript:void(0)" title=""  onmouseover="window.status=''; return true" onmouseout="window.status=''; return true" onclick="ddrc_popup('http://wwwbay.com/wp-content/plugins/dd-report-comments/report.php?c=14859', 400, 400)">(Report comment)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen V</title>
		<link>http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/comment-page-1/#comment-14860</link>
		<dc:creator>Praveen V</dc:creator>
		<pubDate>Mon, 06 Jul 2009 12:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/#comment-14860</guid>
		<description>You can set it like this. So you wanna open up the link in a different page. That&#039;s something with HTML. Try this code.
&lt;a href=&quot;PayPal link&quot; target=&quot;_parent&quot;&gt;&lt;img src=&quot;paypal logo&quot;/&gt;&lt;/a&gt;

You please note that you change the target according to your wish. You can use any of these. _blank or _parent or _self.
Don&#039;t use _self because that will give you the same result. Try using _parent. I think this is gonna fix your problem. Hope this helped.
If you are using a button it is better to use Java Script for this purpose. When the user clicks over the button execute this Java Script code. 
&lt;script type=&quot;text/javascript&quot;&gt;
document.getElementByTagName(&quot;input&quot;)
.onclick=window.open
(&quot;http://www.paypal.com/&quot;);
&lt;/script&gt;

Contact me for details:
praveen.supergenius@gmail.com

Praveen Varghese</description>
		<content:encoded><![CDATA[<p>You can set it like this. So you wanna open up the link in a different page. That&#8217;s something with HTML. Try this code.<br />
&lt;a href=&quot;PayPal link&quot; target=&quot;_parent&quot;&gt;&lt;img src=&quot;paypal logo&quot;/&gt;&lt;/a&gt;</p>
<p>You please note that you change the target according to your wish. You can use any of these. _blank or _parent or _self.<br />
Don&#8217;t use _self because that will give you the same result. Try using _parent. I think this is gonna fix your problem. Hope this helped.<br />
If you are using a button it is better to use Java Script for this purpose. When the user clicks over the button execute this Java Script code.<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
document.getElementByTagName(&quot;input&quot;)<br />
.onclick=window.open<br />
(&quot;http://www.paypal.com/&quot;);<br />
&lt;/script&gt;</p>
<p>Contact me for details:<br />
<a href="mailto:praveen.supergenius@gmail.com">praveen.supergenius@gmail.com</a></p>
<p>Praveen Varghese
<p align="right"><a href="javascript:void(0)" title=""  onmouseover="window.status=''; return true" onmouseout="window.status=''; return true" onclick="ddrc_popup('http://wwwbay.com/wp-content/plugins/dd-report-comments/report.php?c=14860', 400, 400)">(Report comment)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qqwq</title>
		<link>http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/comment-page-1/#comment-14861</link>
		<dc:creator>Qqwq</dc:creator>
		<pubDate>Mon, 06 Jul 2009 12:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://wwwbay.com/2009/07/06/how-do-i-get-my-paypal-buy-now-button-to-go-to-the-correct-page/#comment-14861</guid>
		<description>computer programming service,web site design,homework help
custome website design etc, at   
http://tntcarernet.com/</description>
		<content:encoded><![CDATA[<p>computer programming service,web site design,homework help<br />
custome website design etc, at<br />
<a href="http://tntcarernet.com/" rel="nofollow">http://tntcarernet.com/</a>
<p align="right"><a href="javascript:void(0)" title=""  onmouseover="window.status=''; return true" onmouseout="window.status=''; return true" onclick="ddrc_popup('http://wwwbay.com/wp-content/plugins/dd-report-comments/report.php?c=14861', 400, 400)">(Report comment)</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
