> Any idea why the following code works on CF4.5pro but not 4.01pro
I believe there was a bug in the CFObject code in CF 4 and it was fixed in
CF4.5
~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionaut
Any idea why the following code works on CF4.5pro but not 4.01pro
// Parse XML
objSource.async = "false";
sourceReturn = objSource.load("#request.sourceDoc#");
// Parse XSL
objStyle.async = "false";
styleReturn = objStyle.load("#request.
2 matches
Mail list logo