Gets or sets the script content of the element.

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

Property Value

A string representing the script content of the element.

See Also

HTMLScriptElement Object | HTMLScriptElement Members | DOM Namespace