====== 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: ^Parameter^Description^ |scriptName|The link to the script file to be used.| |scriptSource|The Javascript to use. Use only if scriptName has not been specified.||