je sais j'abuse là, mais vous pouvez me dire si ca marche sur netscape ca. Merci
Code :
- <html>
- <head>
- <script type="text/javascript">
- function lighton()
- {
- myimage.src="bulbon.gif"
- }
- function lightoff()
- {
- myimage.src="bulboff.gif"
- }
- </script>
- </head>
- <body>
- <img id="myimage" onmousedown="lighton()" onmouseup="lightoff()" src="bulboff.gif" width="100" height="180">
- </body>
- </html>
|