> Now, if someone can tell me if CFMX allows CFMODULE requests to be made via
> CFSCRIPT then I have a solution; otehrwise we will have to wait until
> Macromedia decides to make CFSCRIPT implemented fully. It's truly a language
> limitation at this point.
CFMX has <cffunction> and you can use whatever CFML in <cffunction> tags.
So instead of:
<cfscript>
function blah() {
// only cfscript here
}
</cfscript>
You can do:
<cffunction name="blah">
<!--- whatever CFML here --->
</cffunction>
.erki
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================