snake wrote:
> Also isn't this really just extending CFSCRIPT, which is pretty much
> Javascript syntax anyway.

there is a lot of play in that "pretty much" statement.  ')

There is so many things you can do in Javascript that you can't do in 
CFSCRIPT syntax.   The two are different enough to be considered 
separate languages IMHO.


Amazing what a good dinner can do for the thinking!

Creating and calling CFC's from within Javascript is now working:

<cfjs>
var c = $cf.CreateObject("component","mycfc");
$cf.print( c.testMethod() );
</cfjs>

this now lets you do pretty anything in Javascript

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to