HTMLDocument.CreateScript Method |
Creates a Script object containing the specified data.
[VBScript] Public Function CreateScript( _ ByVal type As ScriptType, _ ByVal data As String _ ) As Script
[JScript] public function CreateScript( type: ScriptType, data: String ) : Script;
The new Script.