Gets or sets the base URI for classid, data, and archive attributes.

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

Property Value

A string representing base URI for classid, data, and archive attributes.

See Also

HTMLObjectElement Object | HTMLObjectElement Members | DOM Namespace