by Stephen Persson >> Tue, 24 Oct 2000 22:38:26 GMT
Hi,
How are people getting around Netscape issues within their web sessions. I have reimplemented the processRequest method on the WebSession class, but Netscape browsers don't give the correct httpString.
From the Jade help - "The httpString parameter is the string returned from a Web browser request as a result of a POST action on a Web page. When there is no POST action, the string that is returned is the same as the value returned by the queryString parameter."
This is true with IE browsers, but not so with Navigator. The httpString is always the same as the queryString.
How are people getting around this? Or is there any way around this?
Thanks
Stephen Persson