I have just noticed that a site I'm working on won't work properly in Netscape 4.7, because NS doesn't convert spaces to %20 in URLs like other browsers. This then causes a "Bad Request" error, complaining of invalid characters following the protocol string.
Is there a command I can use to pass variable between pages with the spaces already converted to their character codes?