/
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.

  • 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".

 

See list of Child Pages for a list of section topics:

Related content