javascript IMG src
| src | NN 3 IE 4 DOM 1 |
| Read/Write | |
|
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 size into an existing img element forces the element to resize to the new image's dimensions except in the following browsers: Netscape 3, Netscape 4, and IE 3 for the Macintosh. Reading this property returns the complete URL, regardless of how the URL form assigned the value originally. |
|
| Example | |
document.image[3].src = "../images/menuOff.jpg"; |
|
| Value | |
URL string. |
|
| Default | |
None. |
|
Previous: javascript IMG start
997,Nickname,Homepage or email,Comments here,Add comment
