PayPal continue shopping, Please open a new browser window to continue shopping.

I have taken out all of the personal information and have replaced it with what ever and who ever. 

I get this message:    Please open a new browser window to continue shopping.

Here is the form.  This page conforms to W3C XHTML 1.1 but the PayPal Button will not let me continue shopping.

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
	<p style="text-align:center">	
	<input type="hidden" name="cmd" value="_cart" />
	<input type="hidden" name="business" value="whatever.com" />
	<input type="hidden" name="item_name" value="Item sold" />
	<input type="hidden" name="amount" value="00.00" />
	<input type="hidden" name="return" value="http://www.whatever.com/thank_you.html" />
	<input type="hidden" name="cancel_return" value="http://www.whatever.com/cancel_payment.html" />
	<input type="hidden" name="no_note" value="1" />
	<input type="hidden" name="currency_code" value="USD" />
	<input type="hidden" name="lc" value="US"/>
	<input type="image" src="https://www.paypal.com/images/x-click-but22.gif" style="border-style:none" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
	<input type="hidden" name="add" value="1" />
	</p>
	</form>

	<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
	<p style="text-align:center">
	<input type="hidden" name="cmd" value="_cart" />
	<input type="hidden" name="business" value="whatever.com" />
	<input type="image" src="https://www.paypal.com/images/view_cart_02.gif" style="border-style:none" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
	<input type="hidden" name="display" value="1" />
	</p>
	</form>




      

Received on Sunday, 30 November 2008 07:43:46 UTC