Image javascript comment mettre un lien

Résolu
dagena Messages postés 230 Date d'inscription   Statut Membre Dernière intervention   -  
dagena Messages postés 230 Date d'inscription   Statut Membre Dernière intervention   -
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   Statut Membre Dernière intervention   55
 
<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   Statut Membre Dernière intervention   113
 
<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   Statut Membre Dernière intervention   22
 
super merci beaucoup pour vos réponses vous avez résolu mon probléme.
0