Playing around with CFDIV, and it's not working...
Hello, all,
I'm just playing around with CFDIV, seeing what is possible, and something is not working.
_any.cfm:
<cfoutput>This server is: #cgi.server_name#</cfoutput>
index.cfm:
<cfdiv id="testCFDiv" bind="url:_any.cfm" bindOnLoad="true"></cfdiv>
When I open index.cfm in a browser, I get a blank page. Using F12, I can see:
<div id="testCFDiv"></div><!--- empty - nothing --->
Shouldn't the CFDIV be loading the contents of _any.cfm???
V/r,
^ _ ^
