Bonjour à tous,
Paypal me fournit ce code qui me crée un bouton sur ma page (Add to cart) :
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="A4SUZGDYJ6LNQ">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
</form>
Au click de ce bouton je suis redirigé sur une page pour payer...
Est-il possible de réaliser cette action, comme si l'on cliquait sur le bouton, mais au chargement de la page comme si c'était une redirection ?
Merci d'avance à tous, j'espère que je me suis fait comprendre