Hi

I tried to post a form to another form.. but the form is not submitted to the form specified in the action property..
Eg. In webform2.aspx
<form method="post" action="webform3.aspx">
but the form is submitted to webform2.aspx??

wot to do if i need to submit to a different form??
if i cant submit to a different form, then why is the action attribute allowed in form element??

thanks
Akalya