I got a ASP pages, It request POST data from previos page and retrivial data from database, show the results.
It work fine in I.E.
In Netscape, however, it always show
"Data Missing
This document resulted from a POST operation and has expired from the cache. If you wish you can repost the form data to recreate
the document by pressing the reload button. "
After reloading it, the page can be shown but in View Source, it shows
"<TITLE>Missing Post reply data</TITLE>
<H1>Data Missing</H1>
This document resulted from a POST operation and has expired from the
cache. If you wish you can repost the form data to recreate the
document by pressing the <b>reload</b> button."
What's wrong with it?
It work fine in I.E.
In Netscape, however, it always show
"Data Missing
This document resulted from a POST operation and has expired from the cache. If you wish you can repost the form data to recreate
the document by pressing the reload button. "
After reloading it, the page can be shown but in View Source, it shows
"<TITLE>Missing Post reply data</TITLE>
<H1>Data Missing</H1>
This document resulted from a POST operation and has expired from the
cache. If you wish you can repost the form data to recreate the
document by pressing the <b>reload</b> button."
What's wrong with it?