/t5/coldfusion-discussions/calling-a-coldfusion-page-with-an-ajax-link/m-p/900412#M82721Dec 16, 2008
Dec 16, 2008
Copy link to clipboard
Copied
LATEST
that should work, as long as you add the closing # and '
after
myVariable and make sure that it is inside a <cfoutput>
block:
<cfoutput>
<a href="##"
onclick="ajax(url:'myPage.cfm?myVariable=#myVariable#')">...</a>
</cfoutput>