I have a form with one text box named ‘searchtext’ . When I submit the form I retrieve the value of ‘searchtext’ using request.form("searchtext".
Using IE I do not have any problem, with nescape it just get an error:
400 Bad Request --Due to malformed syntax etc…
How can I retrieve or pass the value 'searchtext'.
I use server.urlencode but I cannot make it work in this case.
Thanks for any help.
Louis