Inserir script
Insire un script na posición actual do cursor nun documento en HTML ou de texto.
An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose LibreOffice - PreferencesTools - Options - LibreOffice Writer/Web - View, and select the Comments check box. To edit a script, double-click the green rectangle.
If your document contains more than one script, the Edit Script dialog contains previous and next buttons to jump from script to script.
Contido
Tipo de script
Introduza o tipo de script que desexa inserir. O scriptidentifícase no código fonte HTML pola etiqueta <SCRIPT LANGUAGE=\"JavaScript">.
URL
Adds a link to a script file. Click the URL radio button, and then enter the link in the box. You can also click the Browse button, locate the file, and then click Insert. The linked script file is identified in the HTML source code by the following tags:
<SCRIPT LANGUAGE="JavaScript" SRC="url">
/* ignore este texto */
</SCRIPT>
Explorar
Locate the script file that you want to link to, and then click Insert.
Texto
Introduza ocódigo de script que desexa inserir.