Click here to Skip to main content
15,885,920 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
 <input type="hidden" name="business" value="amit@alchemistsoftwares.com"/>
 <input type="hidden" name="cmd" value="_cart"/>
 <input type="hidden" name="add" value="7"/>
 <input type="hidden" name="item_name" value="Kodak A4 Threaded Flatbed"/>
 <input type="hidden" name="amount" value="70"/>
 <input type="hidden" name="currency_code" value="USD"/>
 <input type="image" name="submit" border="0" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif"  alt="PayPal - The safer, easier way to pay online"/>
 <img alt="" border="0" width="1" height="1"  src="https://www.paypal.com/en_US/i/scr/pixel.gif" />
</form>






Plz tell me how can i change image of button in above code???????
Posted

1 solution

Don't know what was stopping you! Wouldn't this work?
XML
<input type="image" name="submit" border="0" <big>src="AnyImagePath/MyCustomImage.gif" </big> alt="PayPal - The safer, easier way to pay online"/>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900