In my project I am passing name as a querystring. When there is an aphostrophe ' in the name it’s not working in Firefox. It’s working fine in IE. In Firefox it’s replacing the apostrophe with ' How do I fix this problem? I know this can be fixed very easily in .net. Unfortunately my project is in ASP Classic. Any suggestions?
In my project I am passing name as a querystring. When there is an
Share
not sure if I got your question correctly, did you try using Server.URLEncode?