Image javascript comment mettre un lien

Résolu/Fermé
dagena Messages postés 230 Date d'inscription mardi 15 janvier 2008 Statut Membre Dernière intervention 17 avril 2015 - 2 juil. 2009 à 02:48
dagena Messages postés 230 Date d'inscription mardi 15 janvier 2008 Statut Membre Dernière intervention 17 avril 2015 - 2 juil. 2009 à 16:38
Bonjour,
j'ai tous dis dans le titre je voudrai juste savoir comment mettre un lien la dessus :

<IMG SRC="files/26711/nosoffres.gif" WIDTH=150 HEIGHT=150 ALIGN=bottom onmouseout="this.height=150; this.width=150" onmouseover="this.height=200; this.width=200">

merci d'avance
A voir également:

3 réponses

resalut Messages postés 784 Date d'inscription vendredi 26 juin 2009 Statut Membre Dernière intervention 21 janvier 2010 55
2 juil. 2009 à 08:49
<a href="https://www.google.fr/?gws_rd=ssl"><IMG SRC="files/26711/nosoffres.gif" WIDTH=150 HEIGHT=150 ALIGN=bottom onmouseout="this.height=150; this.width=150" onmouseover="this.height=200; this.width=200" /></a>
1
nEm3sis Messages postés 710 Date d'inscription lundi 20 août 2007 Statut Membre Dernière intervention 9 avril 2012 113
2 juil. 2009 à 14:24
<img src="files/26711/nosoffres.gif" width="150" height="150" align="bottom" onmouseout="this.height=150; this.width=150" onmouseover="this.height=200; this.width=200" alt="" onclick="location.href='URL DU LIEN POUR LE CLIC'"/>


tu n'as pas précisé comment ut voulais ton lien
je t'ai mis en lien en javascript pour quand tu clique
0
dagena Messages postés 230 Date d'inscription mardi 15 janvier 2008 Statut Membre Dernière intervention 17 avril 2015 22
2 juil. 2009 à 16:38
super merci beaucoup pour vos réponses vous avez résolu mon probléme.
0