Hello Guys.
I'm building a website, and I have 2 form tags like this:
<body>
<FORM action="test1.php"...>
<FORM action="test2.php"...>
<Table...>
content
<input type=submit...>
<input type=sumit...>
</table>
</form>
</form>
</body>....
If I press on first buttom the form field execute test1.php
and If I press on the second buttom, it execute test1.php the same.
How can I do to control that?? I want to control the buttoms, when I press the first activate the first form and if I press the second it will be activate the second buttom.
Please help me to this work.
Thanks you
I'm building a website, and I have 2 form tags like this:
<body>
<FORM action="test1.php"...>
<FORM action="test2.php"...>
<Table...>
content
<input type=submit...>
<input type=sumit...>
</table>
</form>
</form>
</body>....
If I press on first buttom the form field execute test1.php
and If I press on the second buttom, it execute test1.php the same.
How can I do to control that?? I want to control the buttoms, when I press the first activate the first form and if I press the second it will be activate the second buttom.
Please help me to this work.
Thanks you