Skip to main content
Participant
December 5, 2013
Question

display error when value added to url

  • December 5, 2013
  • 1 reply
  • 1547 views

cf 10 installed on new iis 7 server when i add a value to the url it produces page cannot be displayed. It works fine with old cf 9 on different server.

    This topic has been closed for replies.

    1 reply

    vishu_13
    Inspiring
    December 5, 2013

    Hi

    Are you passing variables via URL like http://localhost:8501/b.cfm?name=VJ  ???

    If yes, then create a file name a.cfm and enter the code mentioned below

    <cfoutput>

    <a href="b.cfm?name=VJ">Click Here!</a>

    </cfoutput>

    Now create b.cfm with

    <cfoutput>

    Welcome #url.name#

    </cfoutput>

    Place both of them in the website root and then run the b.cfm.

    HTH

    Thanks

    VJ

    Inspiring
    December 5, 2013

    Yeah.  The original post pretty much sums up to "Help!  I am having an error!"

    We need information like:

    1. What is the error message?

    2. What code are you using?

    3. What's your favorite color?  (<- Not useful, but I'm just keeping a poll)