Connecting Tech Pros Worldwide Help | Site Map

Bind a page to <cfdiv>

Newbie
 
Join Date: Jul 2008
Posts: 4
#1: Sep 28 '08
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="toggleMetro">Metro</a>).

I've tried to do this in city.cfm:
Expand|Select|Wrap|Line Numbers
  1. bind="url:metro.cfm{toggleMetro@click}" bindOnLoad="false"
.

Does anybody know how to do this?
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Sep 29 '08

re: Bind a page to <cfdiv>


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