ION Script source code:




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

<!-- You have reached this page from the 'Image Example' page -->

<ION_SCRIPT>
<ION_HEADER>
  <TITLE>New York Image was clicked</TITLE>
  <EVENTS>
    <EVENT_DECL NAME="RETURN_TO_IMAGE_EXAMPLE" ACTION="ion://image1.ion" />
  </EVENTS>
</ION_HEADER>

<ION_BODY>

  <b>You clicked on New York at:</b>
  <tt> 
  (<ION_VARIABLE NAME="Mouse.x"/>,<ION_VARIABLE NAME="Mouse.y"/>) 
  </tt>

  <ION_BUTTON EVENT="RETURN_TO_IMAGE_EXAMPLE" TYPE="BUTTON" LABEL="Return to Image Example"/>

</ION_BODY>
</ION_SCRIPT>