"Script" dialog box

Used to describe a program called a script and insert it into the page that is being edited.

[Language] group

Select a language name of the script from the list box that appears when you click the rightmost arrow button. The following languages can be specified.

JavaScript

JavaScript 1.1

JavaScript 1.2

JavaScript 1.3

VBScript

[Script] group

Used to specify whether to reference a script in an external file or to describe a script within the current document.

[Specify External File] radio button

If you want to reference a script included in an external file other than the current document, select this option and specify a file name.

[Save in Working Document] radio button

If you want to describe a script within the current document, select this option and describe a script in the edit box at the bottom right.

[Object] window (top left)

Objects defined in a script language that is specified with the [Language] group, the properties of these objects, methods, and events are displayed. A simple explanation of the current selection appears on the status bar at the bottom of the dialog box.

Caution! Nothing will appear in this window when VBScript is selected as the script language.

[Library] window (bottom left)

Used to display an explanation of each code of the libraries that can be used for the script language specified with the [Language] group. The code types provided as libraries are as follows.

Statement (Icon 'S' appears on the left.)

Code with one row consisting of one or more statements.

Procedure (Icon 'P' appears on the left.)

Code consisting of multiple statements.

Function (Icon 'F' appears on the left.)

Code consisting of functions and their calls.

Caution! Nothing will appear in this window when VBScript is selected as the script language.

[Code Header] window (top right)

Each heading of the scripts described in the current document is classified into the codes within the <HEAD> tag and the <BODY> tag. The codes for the scripts selected here appear in the [Edit] window described below.

[Edit] window (bottom right)

Codes for the scripts that are currently selected in the [Code Header] window.

Related Items

How to use the [Object] window

How to use the [Library] window

How to use the [Code Header] window

How to use the [Edit] window