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:
.
Does anybody know how to do this?
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?
Comment