Sycron
June 29th, 2009, 11:22 AM
I have something like this:
<form action="" method="post">
<form action="" method="post">
<input type="submit" name="1"/>
</form>
<input type="submit" name="2" />
</form>
In Firefox works ok but not in ie6(in ie6 works just de #1 button. The other button have no effect when clicking it).
Can you give me some workarounds? Thanks.
<form action="" method="post">
<form action="" method="post">
<input type="submit" name="1"/>
</form>
<input type="submit" name="2" />
</form>
In Firefox works ok but not in ie6(in ie6 works just de #1 button. The other button have no effect when clicking it).
Can you give me some workarounds? Thanks.