Gets or sets a URI designating the initial frame contents.

[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 initial frame contents.

See Also

HTMLIFrameElement Object | HTMLIFrameElement Members | DOM Namespace