Tertsi
08-02-2005, 12:01 PM
How can I make an encrypted PayPal buy now button with the below code to be 'clicked' automatically when a html page loads? In other words, how can I just make it go straightly to the order page instead of waiting for the button to be clicked?
I need my Get full version buttons to open an empty html page which simply redirects to the order form.
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" ID="Form1">
<input type="hidden" name="cmd" value="_s-xclick" ID="Hidden1">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but5.gif" border="0" name="submit" alt="Get Full Version Now" ID="Image1">
<input type="hidden" name="encrypted" value="encrypted stuff here" ID="Hidden2">
</form>
I've already contacted PayPal but they are slow to respond and I need to clear this out as soon as possible.
I need my Get full version buttons to open an empty html page which simply redirects to the order form.
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" ID="Form1">
<input type="hidden" name="cmd" value="_s-xclick" ID="Hidden1">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but5.gif" border="0" name="submit" alt="Get Full Version Now" ID="Image1">
<input type="hidden" name="encrypted" value="encrypted stuff here" ID="Hidden2">
</form>
I've already contacted PayPal but they are slow to respond and I need to clear this out as soon as possible.