Skip to main content
Participating Frequently
August 24, 2015
Question

coldfusion 11

  • August 24, 2015
  • 1 reply
  • 416 views

I am new to coldfusion..I have a doubt.

I am having a variable called 'My_name' in 1.cfm

How I can access 'My_name' value from  another cfm file (2.cfm).Thanks in advance

    This topic has been closed for replies.

    1 reply

    Legend
    August 24, 2015

    Sounds like you may be new to web development...not just ColdFusion?

    To get a variable from one page to the next you usually need to pass it via a Form, URL, session, etc.  You haven't provided many details so can't provide you with much.

    I suggest you read Adobe's documentation:

    Developing Adobe ColdFusion Applications - ColdFusion, English documentation - Adobe Learning Resources

    Participating Frequently
    August 24, 2015

    Yes...you r right...i am new to web development itself...