Bind a page to <cfdiv>

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alexei Lebedev
    New Member
    • Jul 2008
    • 4

    Bind a page to <cfdiv>

    Hello everybody! My problem is quite dummy.

    I have 2 pages:
    city.cfm - parent
    metro.cfm - page to include

    I want to load and see the content of metro.cfm inside cfdiv tag of city.cfm, after I've clicked the specified link (<a name="toggleMet ro">Metro</a>).

    I've tried to do this in city.cfm:
    Code:
    bind="url:metro.cfm{toggleMetro@click}" bindOnLoad="false"
    .

    Does anybody know how to do this?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    The bind parameter would be to bind form variables. Why not just link directly to the URL using the link?

    Comment

    Working...