[PHP-DEV] Bug #3840 Updated: 'Missing Post reply data' error under Netscape From: Bug Database (php-dev <email protected>)
Date: 03/16/00

ID: 3840
User Update by: gfaron <email protected>
Old-Status: Open
Status: Closed
Bug Type: Other
Description: 'Missing Post reply data' error under Netscape

Much apologies -- I discovered my mistake. I had a META TAG which was telling the page to expire. I guess Internet Explorer reacts to the tag in a better manner. For example, use the following regular HTML example:
<HTML>
  <HEAD>
    <TITLE>Netscape Issue</TITLE>
    <META HTTP-EQUIV="expires" CONTENT="0">
  </HEAD>
  <BODY>
Try to view the source under Netscape, and you'll receive the 'Missing Post' message mentioned earlier.
  </BODY>
</HTML>

I'm leaving the content of the bug report intact (though I did close it) in the hopes that a search engine will return it for somebody else. I looked for hours through various sites and couldn't find any information regarding this message.
-Greg

Full Bug description available at: http://bugs.php.net/?id=3840

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>