2003. február 11. 15:41 dátummal Hirschmann, Bernhard ezt írtad: > > But just because I'm curious: is there a way to set a real request > > parameter for a submitting request? > > Like: .../myAction.do?parameter1=theValue¶meter2&anotherValue
Oh, I think got it: change the action of the form like: <form action="test.do" name="myForm" method="POST"> <input type='button' onclick='document.forms.myForm.action = document.forms.myForm.action +"?param1=value1"'> <input type="submit"> Tib --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]