Uggghh Button is not working in IE
Posted: Tue Jun 03, 2008 5:59 am
Man I have no clue what im doing wrong. Everything works just as it should in Firefox, but when I tried it in IE it does nothing. Heres my code:
if (isset($_POST['submitted'])) {
echo "<script language='javascript'>";
echo "window.location='confirmation.php?'";
echo "</script>"; }
echo "
<form action='' method='POST'>
<input type='submit' value='Confirm Reservation' '/>
<input type='hidden' value='1' name='submitted' /> </form>";
It must be something small? Any clues? Thanks a big one guys.
if (isset($_POST['submitted'])) {
echo "<script language='javascript'>";
echo "window.location='confirmation.php?'";
echo "</script>"; }
echo "
<form action='' method='POST'>
<input type='submit' value='Confirm Reservation' '/>
<input type='hidden' value='1' name='submitted' /> </form>";
It must be something small? Any clues? Thanks a big one guys.