IHTMLInputElement3 interface

This interface extends the IHTMLInputElement and IHTMLInputElement2 interfaces.

Members

The IHTMLInputElement3 interface inherits from the IDispatch interface. IHTMLInputElement3 also has these types of members:

  • Properties

Properties

The IHTMLInputElement3 interface has these properties.

Property Description

dynsrc

This property is deprecated. Sets or retrieves the address of a video clip or VRML world to display in the window.

lowsrc

Sets or retrieves a lower resolution image to display.

src

Sets or retrieves a URL to be loaded by the object.

vrml

Sets or retrieves the IHTMLDocument2::URL of the VRML world to be displayed in the window.

 

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch