/
Overview of JavaScript Structure
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:
, multiple selections available,
Related content
HTML Header/Footer
HTML Header/Footer
More like this
Example of JavaScript Structure
Example of JavaScript Structure
More like this
JavaScript onOpen Function Example: Read and Insert
JavaScript onOpen Function Example: Read and Insert
More like this
JavaScript onCreate Function Example 1: Read and Insert
JavaScript onCreate Function Example 1: Read and Insert
More like this
JavaScript Object Notation Actions
JavaScript Object Notation Actions
More like this
HTML Components
HTML Components
More like this