Voila, je tourne en rond, je ne comprends vraiment pas pourquoi mon script ne marche pas, si quelqu'un pouvais me dire pourquoi, je lui en serais vraiment gré :
Code :
- <!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=iso-8859-1" />
- <title>Test</title>
- <script type="text/javascript">
- function TirerLesCylindres()
- { img1.src='images/image2.jpg';
- img2.src='images/image3.jpg';
- img3.src='images/image1.jpg'; }
- </script>
- </head>
- <body>
- <img src="images/image1.jpg" name="img1" alt="Img1"/>
- <img src="images/image2.jpg" name="img2" alt="Img2"/>
- <img src="images/image3.jpg" name="img3" alt="Img3"/>
- <p>
- <input type="button" value="Lancer" onClick='TirerLesCylindres()';/>
- </body>
- </html>
|
En fait, quand je clique sur le boutton, mes 3 images sont censées changer, mais dans mon cas il ne se passe absolument rien =/