|
|
Keywords:
Vbscript,
Batch,
Javascript,
Nomos,
Plugin
The contents of a computer programming language, or list of instructions; also referred to as macros or batch files.
Programs that are text files with lines of instructions for a script interpreter to follow. Scripts are often used to automate common procedures (like a DOS batch file runs a common set of DOS commands). Scripts can also be used for programming logic in Web browsers (like JavaScript and VBScript) or on the web server (CGI scripts and Active Server Pages). Table of Contents
A piece of text that either gives commands to your web-browser (in the languages of JavaScript and VBScript), or to your web-server (in CGI scripts).
Scripts can run either on the user Web browsers (client-side scripts) or on the Web server (server-side scripts). They are commonly used to process forms information.
(Type of plugin.) Provide an interface for running batch processes over multiple sessions via the NOMOS GUI. Scripts can be used for almost any processing task. They are ideal for exportation tasks: for example, you could write a script which would convert a set of annotations into an XML file format. Processors and importers are types of scripts.
A script is a piece of text that gives commands to your web-browser (client-side scripts) or to your web-server (server-side scripts).
|