Search

You searched for the word(s): userid:714436

Matching Posts

  • Re: Sharing/passing Data between coldfusion and asp.net

    Just to help anyone out who might be facing this problem, I recommend using URL encoded variables to pass the info...assuming you don't have to worry about security (ie, you're just passing an email address or whatever). for instance, if I wanted to pass some URL variables to a ASP file, I might use something like this at the end of my coldfusion form <cflocation url="thankyou_m.asp?email=#form.email#&first=#form.first#" > Then, on thankyou_m.asp I would request("email") and request("first
Page 1 of 1 (1 items)