annotationSavePost

This parameter specifies the location of the server object that handles the saving of annotations that are created by the viewer.

The person who is responsible for implementing the system must supply the server-side object, which might be a CGI script, an EXE program, an Active Server Page (ASP), or a JSP page. This object must conform to the specification for save POST objects in ViewONE Annotations Module.

If you are unsure what IBM® Daeja® ViewONE is sending through to the object, enable the annotations debug output by setting the following parameter:
<param name="traceAnnotation" value="true" />

When a user clicks the annotations save button, the server-side object is called only if the document that is displayed was retrieved through a web server. The object is not called if the document was not retrieved through a web server, for example, if the document was retrieved through the file:/// protocol (which is not a supported protocol).

Sample syntax


<param name="annotationSavePost" value="http://www.mysite.com/annotationsave.asp?docID=12345" />

Default setting: N/A