lowsrclowsrc*
*



Contents  *



Index  *Topic Contents
*Previous Topic: loop
*Next Topic: map

lowsrc

Description

Specifies a lower resolution image to display.

Syntax

object.lowsrc[ = lowsrc]

Remarks

Setting the src attribute in code has the side effect of actually starting to load the new URL into the image area (and aborting the transfer of any image data that is already loading into the same area). Therefore, if you're going to alter the lowsrc property, you need to do so before setting the src property. If the URL in the src property references an image that is not the same size as the image cell it is loaded into, the source image is scaled to fit.

This property has read-write permissions, meaning you can change as well as retrieve its current value.

Applies To

IMG


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.