<html> <head> <script type="text/javascript"> function setWidth() { var x=document.images x[0].width="300" } </script> </head> <body> <img src="images/azhar.jpg" width="107" height="98" /> <form> <input type="button" onclick="setWidth()" value="Change Width"> </form> </body> </html>
Edit the text above, and click on the button to see the result.
Copyright © 2007-2008, Www.JavaBasics.We.Bs All rights reserved.