HTMLScriptElement.Text Property |
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);
A string representing the script content of the element.
HTMLScriptElement Object | HTMLScriptElement Members | DOM Namespace