Click to See Complete Forum and Search --> : Button doesnt work in ie


mrtblt
11-09-2008, 05:12 AM
I have the following link assigned to a button. But it doesnt respond on ie7 as it works well on firefox.


<p><a href="product_detail.php?id='.$row->pid.'"><button class="form-button-alt" type="button"><span>Vizualizare Produs</span></button></a></p>


How can i fix it?

Fang
11-09-2008, 05:58 AM
<form action="product_detail.php?id='.$row->pid.'" method="post" name="form1">
<p><button class="form-button-alt" type="submit"><span>Vizualizare Produs</span></button></p>
</form>