Hi,
I have NetWebPage that calls one of several other NetWebPages depending on the values of a memory file record generated using a NetWebForm procedure. It works but the conditional NetWebPages all have the header information shown below at the top of the page.
HTTP/1.0 200 OK
Date: Thu, 23 Aug 2007 22:57:46 GMT
Server: NetTalk-WebServer/4.28
Expires: Wed, 23 Aug 2006 22:57:46 GMT
Content-Type: text/html
Cache-Control: no-store, no-cache, must-revalidate, private,post-check=0, pre-check=0, max-age=0
Connection: close
The conditional pages are all essentially just tables. I can't see what is causing the problem in the source code.
If any one has a suggestion for getting rid of this problem, it would definitely be appreciated. Thanks.