Forum OpenACS Q&A: Re: POST function similar to ns_returnredirect?

Collapse
Posted by Dave Bauer on
Try ns_httppost, it exists in some versions of AOLserver. If it is not in your version there is also util_httppost included as part of OpenACS.
Collapse
Posted by Tilmann Singer on
Depending on your application you might be able to use ad_set_client_property/ad_get_client_property instead to pass the value between pages.