Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_create_post_page()

Creates the HTMLform with the Javascript that submits the POST with the invisible name value pairs.

Syntax

#include "am_web.h"
AM_WEB_EXPORT char * am_web_create_post_page(const char *key,
                         const char *postdata,
                         const char *actionurl);

Parameters

This function takes the following parameters:

key

Unique key to identify POST data entry. It is used to remove post data once the page is re-posted.

postdata

POST data entry as a browser encoded string actionurl.

actionurl

POST destination URL.

Returns

This function returns char * with one of the following values:

char *

POST form to be resubmitted.