Bonjour tout le monde je vous explique ce que je veux faire
j'ai trop images sur ma page et je veux dirigé vers une page https quand il clique sur une des images.
Biensur il y a trois pages https différentes (une pour chaques images)
je fais ceci :
Mais je ne suis pas redirigé vers la bonne page
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 <FORM NAME="CHXCB" METHODE="POST"> <DIV ALIGN=center><INPUT TYPE=IMAGE BORDER=0 SRC="<a href="http://www.123.net/logo/CB.gif" target="_blank">http://www.123.net/logo/CB.gif</a>" onclick="javascript:document.location.href='https:://centre/scripts/reservation/paimentCB.php';"> <a href="http://www.123resa.net/logo/INTERVAL.gif" target="_blank">http://www.123.net/logo/VISA.gif</a>" onclick="javascript:document.location.href='https:://centre/scripts/reservation/paimentVISA.php';"> <a href="http://www.123resa.net/logo/INTERVAL.gif" target="_blank">http://www.123.net/logo/MASTERCARD.gif</a>" onclick="javascript:document.location.href='https:://centre/scripts/reservation/paimentMASTERCARD.php';"> </DIV> </FORM>![]()
Si quelqu'un peut m'aider merci bcp
Partager