ION Script source code:




<!-- Copyright (c) 1997-2002, Research Systems, Inc.  All rights reserved.
     Unauthorized reproduction prohibited. -->

<ION_SCRIPT>
<ION_HEADER>
  <APPLICATION> ION Script Examples </APPLICATION>
  <TITLE>Game Example Declined</TITLE>

  <EVENTS>
    <EVENT_DECL NAME="BACK" ACTION="ion:///index_examples.ion" />
  </EVENTS>
</ION_HEADER>

<ION_BODY>


<!--Delete the temporary .ion file we created:-->
  <ION_DATA_OUT>
    <IDL>
      FILE_DELETE, '$valfile',/QUIET
    </IDL>
  </ION_DATA_OUT>
  <ION_FORM>
    <table cellspacing="1" cellpadding="3" border="1" bgcolor="#C0C0C0">
    <tr>
    <td>
      <ION_BUTTON EVENT="BACK" TYPE="BUTTON" LABEL="Back to Demo List"/>
    </td>
    </tr>
    </table>
  </ION_FORM>

</ION_BODY>
</ION_SCRIPT>