afficher une image dans un formulaire jsp
bnj, je voudrai savoir comment ajouter une image dans mon formulaire jsp
voici une partie du code
.....
Code:
1 2 3 4 5 6 7 8 9 10 11 12
|
<td><input name="txtAge" value="<%= age %>" type="text" size="3"></td>
</tr>
</table>
<table>
<tr>
<td><input type="submit" value="Envoyer"></td>
<td><input type="reset" value="Rétablir"></td>
<td><input type="button" value="Effacer"></td>
</tr>
</table>
<td> <img src=" C:\ss.gif"> </td> |
dans quel repertoire exactement de tomcat je devrai la mettre
merci pou touts vos réponses seulement ca ne marche pas tjs j'ai mis l'imge dans le web-content:
<div><IMG SRC="WebContent/WEB-INF/lib/Nénuphars.jpg"ALT="Texte remplaçant l'image"
TITLE="Texte à afficher"
WIDTH=150
HEIGHT=70
USEMAP="#Map"></div>
mon environnement de travail: tomcat5.0.28
eclips3.2/wtp
je sais plus koi faire
a++