I have a requirement in Classic ASP, I am using a txtbox to store a numeric variable then i am passing it to next page to be passed to stored procedure.
Now i am facing XSS issues so i want to encode the value of text box on parent page and then use it on the other page. I know the stored procedure will not run after getting the encoded value but its not the issue for me.
It will be great if someone can tell me how to decode it also on the next page? But that is a secondary task.
Thanks.