Creating the dialog box UI

The BODY of the HTML file specifies the contents of the dialog box that appears when the user selects the custom command and calls any JavaScript files required.

To create the HTML file:

  1. Create the Configuration/Commands/Listimages.htm file.
  2. Enter the following in the Listimages.htm file:
    <html><head><title>Standalone report example</title> <script src="Listimages.js"></script></head><body><div name="test"><form name="myForm"><table> <tr><td>Click OK to display the standalone report.</td></tr></table></form></div></body>
  3. Save the file as Listimages.htm in the Configuration/Commands folder.