Table of Contents

O4WScript routine

Description

Attaches either a link to an external script file (if scriptname is specified), or adds in the explicit javascript (if scriptsource is specified)

Syntax

O4WScript(scriptName, scriptSource)

Parameters

The function has the following parameters:

ParameterDescription
scriptNameThe link to the script file to be used.
scriptSourceThe Javascript to use. Use only if scriptName has not been specified.