Jump to content

A simple problem


riddhi

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.