Querystringproblem

rdekker

New Member
How do I have to encode values in querystrings to Webspeed from ASP? I have the following problem:

When I use Server.URLEncode to encode values it will sometimes crash the webserver when certain data is pasted into the textarea (from Word for example). When I only replace the & and the = sign for their URLencoded versions it's still not working ok.

When I insert Alt 514 into the textarea it will then insert the htmlencoded version into the database: & #9786; (without the space)

What do I have to do to prevent this from happening?
 
Top