Bonjour,
Je suis débutante, et j'ai besoin de votre aide
Je travaille sous Dreamweaver, j'ai crée des pages html avec des liens pour la navigations entre eux,
Maintenant j'ai besoin d'avoir, lorsque je clique sur une image (imgpos2.JPG écrit dans le code) la fenêtre des choix des fichiers apparaît .
voila le code html de ma page:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Document sans nom</title> </head> <body> <table width="900" height="400" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td colspan="2"><img src="imgpartarab.JPG" width="900" height="237" /></td> </tr> <tr> <td colspan="2"><img src="imgpos2.JPG" width="900" height="288" /></td> </tr> <tr> <td><a href="procedure7.html"><img src="retourarab.JPG" width="430" /></td> <td><img src="sharearab.JPG" width="469" height="227" /></td> </tr> </table> </body> </html>
Merci d'avance
Partager