HBCMS更多的中文手册参考:

LOWSRC Attribute | lowsrc参数属性

DHTML文档教程

Sets or retrieves a lower resolution image to display.

dhtml语法

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

DHTML可能的值

sURLString that specifies or receives the URL of the lower resolution image.

The property is read/write. The property has no default value.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about 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.

是否符合公共标准

This property is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 Non-Microsoft link.

Applies To

IMG, INPUT, INPUT type=image