H horwat, Perhaps this article should help you: http://www.codeproject.com/useritems/Rendering_ClientScripts.asp Deepak Kumar Vasudevan http://deepak.portland.co.uk/
If you absolutely must change the action property of the form, a better solution would be to go grab my free CustomForm[^] control. This won't required script support on the client. Just set the Action property on the form as usual.
You can't. ASP.net is a server side technology. Only way to do what you want with ASP.net is to make it write some javascript or an actual html link to the page with a target specified.
$TeVe McLeNiThAn