Script Overview

Top  Previous  Next

Most controls, as well as pages and other items allow you to enter script for various events, such as when a page loads, or when you click on a control.  With this script you can set variables, and do calculations and comparisons.  This script is standard browser Javascript, and as such offers a lot of flexibility.  Here we'll talk about some of the unique features available from script and some common tasks.  In general, though, you should refer to your favorite Javascript text book or the Internet on how to do basic Javascript scripting.

Because browser Javascript is not multithreaded, scripts should be kept relatively short to avoid making your browser sluggish.