Hello,
I'm attempting to pass information from an html source (extremely limited, so forms, scripts, etc are all impossible. just a plain old QueryString passed through the URL) to an ASP page.
So basically, the spaces aren't being converted to %20, causing ASP to choke. I've tried URLEncode, escape, and all that, but it's choking before it even gets a chance to parse any part of my ASP pages. In any case, I've been told there is no solution. I just wanted to see if anyone here could offer a solution before I whip out apache.
Thanks in advance
I'm attempting to pass information from an html source (extremely limited, so forms, scripts, etc are all impossible. just a plain old QueryString passed through the URL) to an ASP page.
So basically, the spaces aren't being converted to %20, causing ASP to choke. I've tried URLEncode, escape, and all that, but it's choking before it even gets a chance to parse any part of my ASP pages. In any case, I've been told there is no solution. I just wanted to see if anyone here could offer a solution before I whip out apache.
Thanks in advance