> hi Massimo, i really appreciate the help you are providing me and please
> forgive my ignorance but i cant seem to work out how to look at the
> javascript.

Unfortunately this library is still undocumented. Just look at the HTML 
source.

First you have to point to the relevant .js files using the <script> tag.
You then set up a <div> that will include an external file like this:
<div id="includeOne" csi:src="external01.cfm"></div>

Now you can "swap" the include like this:
<a href="javascript:;" onclick="tmt.csi.util.load('includeOne', 
'external02.cfm')">include file 2</a>

----------------------------
Massimo Foti
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.com
----------------------------


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256439
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to