javascript IMG lowsrc
| lowsrc | NN 3 IE 4 DOM n/a |
| Read/Write (IE and Netscape 6) | |
|
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 long time to download. The lowsrc image should be the same pixel size as the primary src image. It makes sense to change the lowsrc property only if you are also going to change the src property. In this case, make sure you change the lowsrc property first so that the browser knows how to handle the long download for the src image. |
|
Note that Netscape 6 also implements a second variation of this property with a different capitalization: lowSrc. Neither version is indicated in the W3C DOM. |
|
| Example | |
document.productImage.lowsrc = "images/widget43LoRes.jpg"; |
|
| Value | |
Any complete or relative URL as a string. |
|
| Default | |
None. |
|
Previous: javascript IMG mimeType
Next: javascript IMG loop
989,Nickname,Homepage or email,Comments here,Add comment
