Editing an HTML Page to Change the Location of Help Files

Beginning with Release 8.1, the SAS/GRAPH Web Graphs enable you to set the location where they look for their help files. You do so by using the HELPLOCATION parameter on the <APPLET> tag (Java applets) or the <OBJECT> tag (ActiveX control) that references the graph in the HTML page. The value for the HELPLOCATION parameter must be either a valid URL that points to the location of the help files, or it can be the special value "Default" to use the default location:

URL
The URL is case-sensitive and can use the FILE protocol to point to a location on a local file system, or the HTTP protocol to point to an Internet server location.

"Default"
This keyword sets the location to the default Institute location on the SAS external Web site.