Gets or sets the base URI for the applet.

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

Property Value

A string representing the base URI for the applet.

See Also

HTMLAppletElement Object | HTMLAppletElement Members | DOM Namespace