Skip to main content
Inspiring
June 13, 2008
Question

CFLocation

  • June 13, 2008
  • 4 replies
  • 539 views
Works:
<CFLOCATION URL="DSPSelection.cfm?SelectDealer=#SelectDealer#&SelectProgram=#SelectProgram#&SelectEnrollment=#GrabNewID.Point#">
and
<cflocation url="dgim/enroll_dgim.cfm">
Doesn't Work:
<cflocation url="dgim/enroll_dgim.cfm?selectProgram=#selectProgram#&enrollment=#enrollment#&selectDealer=#selectDealer#&signer=#signer#">

Can I not direct to another directory when passing variables? Thoughts?

Thanks!
    This topic is closed to new replies. Start a new post to keep the conversation going.

    4 replies

    Inspiring
    June 16, 2008
    > Doesn't Work:

    What do you mean by "doesn't work"?

    What does it do instead of what you're expecting?

    --
    Adam
    Inspiring
    June 16, 2008
    No, I mean white space in your source code. It occurs when you copy and paste something with line wraps.
    Inspiring
    June 13, 2008
    If you copied and pasted the query string for the one that does not work, you have a white space problem.
    kodemonkiAuthor
    Inspiring
    June 16, 2008
    I'm sorry, I don't quite understand.

    Do you meant that if I pased what was returned by the query there would be a white space in one of the variables?