July 1998
Intermediate to advanced
1456 pages
65h 5m
English
lowsrc — NN 3 IE 4 DOM n/a
Read/Write (IE)
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.
document.productImage.lowsrc = "images/widget43LoRes.jpg"
Any complete or relative URL as a string.
None.
Read now
Unlock full access