We have tried this to no avail.
Whats happening is the action posts to this form:
HTML Code:
<FORM id="deleteQuote<?php echo $quotes['idquotes']?>" name="deleteQuote<?php echo $quotes['idquotes']?>" method="post" action="ratingmain.php">
<input type="text" style="display:none">
<input type='hidden' name='idquotesDelete' id='idquotesDelete' value="<?php echo $quotes['idquotes'];?>">
</FORM>
The problem is that the hidden variable is not being posted to the page. And we have proved that by outputting something if the variable was set and nothing was output in Safari. But IE FF output the variable.
Bookmarks