davyboy
01-06-2003, 02:46 AM
Hello,
I hope you guys ccan help me out here.
This is what i got, i got code from paypal to automatically access account for donation.
here is the code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="Tm4@comcast.net">
<input type="hidden" name="item_name" value="Tm4 Kill House Donation">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="image" src="https://www.paypal.com/images/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
Ok now this works fine i put it on a html page and a button appears and click it and it does its thing. Now my problem is this, Our Web page is mostly flash and i cant put this code using swish so i put a button in the flash part and linked it to the html with the above code and it works fine, but when i get to the html, i have to push a button again to get where i need to go, is there any way on the html side with the aove code to bypass the summit button and have it automatically load, so i dont have to push the button the second time??
If you would like to check it out the paypal button is on the home page of(click skip flash intro)
www.tm4.us
ANy help would be greatly appreciated!!
Davyboy
:D
I hope you guys ccan help me out here.
This is what i got, i got code from paypal to automatically access account for donation.
here is the code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="Tm4@comcast.net">
<input type="hidden" name="item_name" value="Tm4 Kill House Donation">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="image" src="https://www.paypal.com/images/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
Ok now this works fine i put it on a html page and a button appears and click it and it does its thing. Now my problem is this, Our Web page is mostly flash and i cant put this code using swish so i put a button in the flash part and linked it to the html with the above code and it works fine, but when i get to the html, i have to push a button again to get where i need to go, is there any way on the html side with the aove code to bypass the summit button and have it automatically load, so i dont have to push the button the second time??
If you would like to check it out the paypal button is on the home page of(click skip flash intro)
www.tm4.us
ANy help would be greatly appreciated!!
Davyboy
:D