javascript IMG src

Provides the relative or complete URL of the image file currently loaded or to be loaded into the img element. Loading an image of a different siz

javascript IMG readyState

Returns the current download status of the IMG object's content. This property provides intermediate information about the loading process.

javascript IMG prototype

Returns a reference to the static Image object from which all instances of image objects are created. This mechanism is more commonly used in Java

javascript IMG protocol

Returns the protocol component of the URL associated with the element. Windows and Macintosh versions return values in different formats. For the Wi

javascript IMG naturalHeight, naturalWidth

Return the unscaled height and width of the image, in pixels. Allows scripts to find the true dimensions of the original image in case scripts or in

javascript IMG nameProp

Returns the filename (without the rest of the URL path) of the current image. Simplifies examination of current image content.

javascript IMG name

This is the identifier associated with the image object for use in scripted references to the object.

javascript IMG mimeType

Returns a plain-language description of the MIME type for the image. This property may not be officially supported by Microsoft, but it correctly re

javascript IMG lowsrc

Indicates the URL of a lower-resolution (or alternate) image to download into the document space if the image of the src attribute will take a lon

javascript IMG loop

If you specify a video clip with the dynsrc attribute, the loop property controls how many times the clip should play (loop). Changing to a valu

javascript IMG longDesc

Reflects the longDesc attribute of the img element. Version 6 browsers provide no significant functionality for this attribute or property.

javascript IMG isMap

Indicates whether the img element is acting as a server-side image map. For an image to be a server-side image map, it must be wrapped with an a

javascript IMG hspace, vspace

Provide the pixel measure of horizontal and vertical margins surrounding an image object. The hspace property affects the left and right edges of

javascript IMG href

The URL specified by the element's src attribute. Identical to, and deprecated in favor of, the src property.

javascript IMG height, width

Provide the height and width in pixels of the image rendered in the img element. Changes to these values are immediately reflected in reflowed con