Bonjour,

J'ai inserer dans ma page ld'accueil l'accés au moteur google et j'aimerais que lorsqu'on clique sur recherche google puisse s'ouvrir sur une nouvelle page et comme il n'y a pas un href pour mettre un target blank alors je ne sais ou mettre l'ouverture dans une nouvelle page, voici le code :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
 
 <td align="right" style="border-right-style: none; border-right-width: medium">
		<p style="margin-top: 0; margin-bottom: 0" align="center">
 
		<img src="images/google.gif" border="0" alt="Google" align="right"></a>&nbsp;&nbsp;&nbsp; </td>
      <td valign="bottom" align="center" style="border-style: none; border-width: medium" width="412">&nbsp;<p style="margin-top: 0; margin-bottom: 0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
		<input type="text" name="q" size="25" maxlength="255" value="tapez un mot clé">&nbsp;<span style="font-size: 8pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>
          <input type="submit" name="btnG" value="Recherche" style="font-family: Arial; font-size: 10px">
          <input type="hidden" name="cof" value="L:http://www.monsite.com/images/logo.jpg;AH:center;GL:0;BIMG:http://www.;">
          <font size="-1">
          <input type="hidden" name="domains" value="www.monsite.com">
Merci pour les réponses.