riddhi Posted April 17, 2007 Share Posted April 17, 2007 The following button is working in mozilla but not in IE why? echo "<br /><br />"; echo " <div align='right' "; echo "<form name='form1' method='get' action='cart.php?action=view'>"; echo "<input name='submit' type='submit' value='Checkout' />"; echo "</form>"; echo "</div>"; in IE 'cart.php?action=view' is not called why? Link to comment https://forums.phpfreaks.com/topic/47386-a-simple-problem/ Share on other sites More sharing options...
utexas_pjm Posted April 17, 2007 Share Posted April 17, 2007 Your opening div tag is not closed. <?php echo " <div align='right' >"; ?> Patrick Link to comment https://forums.phpfreaks.com/topic/47386-a-simple-problem/#findComment-231166 Share on other sites More sharing options...
suzzane2020 Posted April 17, 2007 Share Posted April 17, 2007 echo " <div align='right' "; havent closed the div tag Link to comment https://forums.phpfreaks.com/topic/47386-a-simple-problem/#findComment-231167 Share on other sites More sharing options...
riddhi Posted April 17, 2007 Author Share Posted April 17, 2007 thanks a lot to both of you. Problem has been sorted. Link to comment https://forums.phpfreaks.com/topic/47386-a-simple-problem/#findComment-231181 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.