26 Jan
2001
26 Jan
'01
9:58 p.m.
Horatio B. Bogbindero writes:
... <a href="newpage.htm?variablename=value">Sent value to newpage.htm</a>
i get this error:
--------error start---------o Error response
Error code 400.
Message: Bad Request. This should work *IF* the URL does not contain funny characters.
Note that many characters are not allowed in URL's and especially "value" above must not contain blanks (as per HTML 4.x and CGI). Such values must be quoted with "url_quote_plus". Dieter