| Applying science to business management |
  
Putting Your Scripts on the Server
To publish a script on your server, follow these steps.
1. Create a directory under your domain root directory that
will contain the script file and copy the script's .dsb file into
this directory.
2. Copy any image files or documents to which your script has
hyperlinks into the appropriate directory under your domain root.
If the script includes any relative links to outside images or
HTML documents, the root directory for the relative path is
assumed to be the same directory that contains the .dsb file.
3. Add a hyperlink to the .dsb file in any HTML pages you want
to use as a launch page. Create the hyperlink the same way you
create a hyperlink to any HTML document. For example,
<a
href="scripts/myscript.dsb">Run My Script</a>
If you are linking to the script from a different server, be
sure to include the full URL path information (including the port
number if it is not 80).
|