???,
А что - атрибут разве не меняецо ?
<form id="post" action='ololo.php' method='POST' enctype='application/x-www-form-urlencoded'>form_1</form>
<script type="text/javascript">
document.getElementById("post").action="/post.php?tid=0"
alert(document.getElementById("post").action)
</script>