Tools - inserting a script into a page

Use this tool to insert a script into a web page.

To run this tool go to The main menu / Tools / Scripts and Objects / Script Insertion. You can also run this tool from the toolbar Java, ActiveX, SSI and others. Another way to open the tool is to simply drag the script file from the list of files to the document opened in the editor.

Language
Allows you to select from a list the language in which the script will be written. This attribute is marked as deprecated in the latest specification, so it is recommended to use the Type attribute shown below.

Type
Select from the list the type for the language in which the script will be created.

Location
Enter the path to the external file containing the script. You can use the tool launched by the button next to the field, allowing you to select a file on the disk.

The script does not modify the document
Check this option if the script will not modify the content of the document, such as using the JavaScript method document.write(). This causes the defer="defer" attribute to be inserted, informing the browser that it can skip this piece of code when loading the page.

Related topics

To top