Skip to main content
Participating Frequently
July 12, 2006
Question

use of variable passed with url

  • July 12, 2006
  • 1 reply
  • 233 views
hi ,
i am new user for this forum.
i have one problem. i call the html page resides in coldfution directory from the another web server. now my problem is that how can i get the variable which are passed with URL ? for example i call page x.x.x:8500//temp/test.html?id=2 from other windows web server ie x.x.x.//temp1/test1.php.

now my problem is that is there any facility in coldfusion to get the value of the variable which are passed with URL . in this case it is ID
    This topic has been closed for replies.

    1 reply

    vksrinu
    Inspiring
    July 12, 2006
    Hi

    do you mean accessing the URL varialbes in CF?

    if it is you can say #URL.varname#.