Click to return to the DHTML, HTML     
LOOP Attribute | loop Pro...     margin Attribute | margin...     DHTML Properties    
Web Workshop  |  DHTML, HTML & CSS

LOWSRC Attribute | lowsrc Property


Sets or retrieves a lower resolution image to display.

Syntax

HTML<IMG LOWSRC = sURL ... >
Scriptingobject.lowsrc [ = sURL ]

Possible Values

sURLString that specifies the URL of the lower resolution image.

The property is read/write with no default value.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.

Remarks

If the src property is set in code, the new URL starts loading into the image area and aborts the transfer of any image data that is already loading into the same area. If you want to alter the lowsrc property, you must 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.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:

IMG



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.