http://qs321.pair.com?node_id=173882


in reply to Re: IE wont post after initial request
in thread IE wont post after initial request

That should be:

<meta http-equiv="Pragma" content="no-cache">

Chances are, for this to work properly in all browsers, you'll also need:

<meta http-equiv="Cache-Control" content="no-cache"> <meta http-equiv="Expires" content="0">

Note that these tags will most definitely not work unless they are between your <head> and </head> tags. See here for some useful information.