NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jorgemir on March 19, 2011, 08:51:41 PM

Title: garbage on top of form
Post by: jorgemir on March 19, 2011, 08:51:41 PM
Hi.
After issuing a refresh of a browse on another frame, this garbage is on the origen form in the _self frame:
HTTP/1.1 200 OK Date: Sun, 20 Mar 2011 04:29:11 GMT Server: NetTalk-WebServer/5.18 Expires: Sat, 20 Mar 2010 04:29:11 GMT Content-Type: text/html Cache-Control: no-store, no-cache, must-revalidate, private,post-check=0, pre-check=0, max-age=0 Pragma: no-cache Connection: close

I don't find the place3 where it is originated or how to avoid this to appear on original frame.

(I issue
packet=clip(packet) & clip('<script>parent.frames.right_frm.location.reload()</script>')
do sendpacket

at Validate insert

Jorge
Title: Re: garbage on top of form
Post by: Bruce on March 20, 2011, 05:34:44 AM
Usually it means you are trying to include a "page" in a page, or possibly "respond" to the browser without the necessary header. (The header is then put in automatically, but later another header is sent.)

An example would be key to understanding, and then resolving this.

cheers
Bruce