Manuel Lemos - 2007-05-28 14:26:11 - In reply to message 1 from Mark Allen
The HTML entities are necessary to encode the values properly.
Anyway, if you use the GET method, the browser will override any parameters that you enter in the ACTION URL after ? . You need to use the POST method to preserve the original ACTION URL parameters.