Overview of JavaScript Structure
This topic introduces the JavaScript structure that is common to all basic queries that are conducted. Each piece of JavaScript code usually contains the following components.
- HTML Header. For more information, see HTML Header/Footer
- JavaScript Inclusions. (Optional) You can add one or more JavaScript inclusions to the JavaScript code. For more information, see "JavaScript Inclusions".
- JavaScript Body. All event handlers must be located within the JavaScript body. For more information, see "JavaScript Body".
- HTML Footer. For more information, see HTML Header/Footer
See list of Child Pages for a list of section topics: