6.2.2. Image Object
Java Script provides image object which allows the developers to dynamically change the object as well as its width and height. An image can be incorporated into an HTML document using the following tag: <IMG SRC = “ImageURL” [LOWSRC = “LowResImgURL”] [NAME = “ImageName”] [WIDTH = “Pixels” I “PercentValue”] [HEIGHT =”Pixels” I “PercentValue”] [HSPACE =
more..