On 9/7/07, Anna Simbirtsev <[EMAIL PROTECTED]> wrote: > How do I do it? >
Create a form with only hidden parameters (you could use the <s:form> and <s:hidden> tags instead): <form name="myform" action="..." method="POST"> <input type="hidden" name="myname" value="myvalue"/> </form> Then in your link use: <a href="javascript:document.myform.submit()">Submit the form</a> (*Chris*) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]