Gets or sets a URI designating the source of this image.

[VBScript]
Public Property Src As String
[JScript]
public function get Src() : String;
public function set Src(String);

Property Value

A string representing the URI designating the source of this image.

See Also

HTMLInputElement Object | HTMLInputElement Members | DOM Namespace