Miscellaneous Commands

KEY COMMAND SYNTAX:
Name(...)
ORIGIN EXPLANATION COMMENTS
PROF CallJavaScript wid "function([argument [, argument]])" "Frame Path" Edit When encountered, eValid calls the named JavaScript function with the specified JavaScript arguments. The function is assumed to exist and if it does not exist no error message is sent.

The function name and arguments are written in the eValid script as character strings.
If there are errors in the function name or parameters the eValid browser will throw a JavaScript error flag. If such flags are suppressed then an erroneous function name or parameter will effectively be ignored.