Previous Topic: Support for Web Components (Deprecated)Next Topic: Toolbar Button to Show Excel Spreadsheet


Defining Results Script

Any script functions must be defined in a <script> element within the <results> element, as shown below. .

<results>
  <script>
    <![CDATA[
      <script type="text/javascript">
      <!—
        // Your script here
      -->
      </script>
    ]]>
  </script>
</results>