Hell,

How to pass variable from link to cfdiv without URL?

That I'm trying to do:

<a href="javascript:ColdFusion.navigate('ID=1','div2');">Link 1</a>
<a href="javascript:ColdFusion.navigate('ID=2','div2');">Link 2</a>
<cfdiv id="div2" name="div2">#ID#</cfdiv>


I know right way to use is <a 
href="javascript:ColdFusion.navigate('page.cfm?ID=1','div2');">Link 2</a> but I 
need to use it without URL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:361454
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to