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

Collapse
Posted by Kevin Crosbie on
You could do:

set export_vars [export_vars -form {my_Vars}]
ns_write "<html>
<head>
</head>
<body onload="my_form.submit();">
<form name=my_form method=post action=my_url>
$export_vars
</form>
</body>
</html>
"