Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by moogleii

  1. moogleii

    spaces in QueryString that aren't autoconverted

    Mmmm like i've been saying before, there is no code. The default.asp is completely empty. Blank. Nothing. No html or ASP. Yes, before I had emptied out default.asp, I did try doing just Response.write(Request...), but that failed as well. So, yeah, I think apache and php i guess. Thanks...
  2. moogleii

    spaces in QueryString that aren't autoconverted

    Unfortunately, the logs don't even pick up the error. It's as if the site was never visited. If I remove the space to anything else, it logs fine and returns a 204 (which is fine, since my default.asp is empty). I think this only reinforces that it's choking on the asp end before it even gets a...
  3. moogleii

    spaces in QueryString that aren't autoconverted

    Hmm, but when I hardcode the url, and put in %20's where the spaces are, it runs fine. As it is, with 192.168.0.1/default.asp?mystring=Carls Jr even if my default.asp only has one code line, say <BR><BR>, or even if it's blank, it won't work. Unfortunately the custom browser can't display...
  4. moogleii

    spaces in QueryString that aren't autoconverted

    So i know that the spaces aren't being converted to %20. So, from above, in default.asp, i'll attempt to rectify that by throwing in URLEncode and whatnot. But that does nothing, because as I was saying, I think it's choking before any of default.asp is parsed. I dont think ASP likes taking...
  5. moogleii

    spaces in QueryString that aren't autoconverted

    Sorry, Here's some clarifications. The starting page is a regular old htm page, so no i'm not running any asp code on it. The user browser is a custom browser, with an older implementation of mozilla. So that's why there won't be any forms or scripts available. And that's why I believe the...
  6. moogleii

    spaces in QueryString that aren't autoconverted

    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...

Part and Inventory Search

Back
Top