in reply to Running CGI Scripts without redirecting the browser
Yes, using frames and JavaScript. The <form> tag has a "target" attribute. Using it, you can direct the CGI's output to a hidden frame. If that output happens to be JavaScript, it can side-effect the document's object mode.
This is basically the path exploited by "pushlet" technology.
|
|---|