1 - Introduction

 2 - Quick start

 3 - Using KompoZer

 4 - Stylesheets

 5 - Scripts

 6 - Inserts

 7 - Templates

 8 - Site Manager

 9 - Preferences

10 - Publishing

      Appendices

This page was composed using KompoZer

Traduction française
Flag-Japan 日本語訳

KompoZer User Guide - Section 5

5    Scripts

Scripts are short programs that are included in HTML documents (and consist of alphanumeric and other characters) which can change the presentation of pages in some way. Scripts must be written in an appropriate script language but this does not form part of the HTML specification. Support for scripting language depends on the browser and/or server employed.

The most common scripting language is probably JavaScript. It runs on the browser and most modern browsers provide support but this can sometimes be disabled if desired by the visitor.

Another common script is PHP. This runs on and depends on support provided by the server. When including PHP code authors should use the fuller tags e.g. and not the short tags which KompoZer does not support.

KompoZer allows the use of scripts on pages but does not respond to them. The effect of the script will not be seen on the Normal, HTML Tags or Preview view (but the code will of course appear in Source view).

To see the code at work click on ‘Browse’.

Note Some scripts include 'special characters' which, when encoded by KompoZer, result in errors when the script runs. To avoid this, in Tools > Preferences > Advanced, check the box 'Don't encode special characters in attribute values'. You can find more in formation about this in Appendix 6

In the menu there is a command Tools > JavaScript Console – This Guide does not cover this.