I am having an issue with redirection to a document.
Here is the scenario;
The user fills out some form information and upon submission is taken to a specific page in a pdf file. Everything to this point is working fine, the problem I keep facing is that the browser is changing the URL when it gets sent from the ASP script.
I.E. the url is something like this : library/sop/sop.pdf#page=234
When it gets sent to the browser the equal sign is being replaced by it's hex equivalent (%3D).
So I end up getting this: library/sop/sop.pdf#page%3D234. The file will still open but it will not go to the correct page.
Can anyone shed some light on this? I have tried several different things but none have seemed to work in keeping the browser from changing the =.
Thanks,
Morey