> Please correct me if I am wrong. But doesn't Javascript run Client
> side? Is there a way to make Javascript run on the server and not on
> the client? If so, that would solve some issues I've been having. :)

JavaScript can run anywhere there's a JavaScript interpreter. In the
context of a CF web application, the only place JavaScript can run is
the client, because CF is doing the server-side stuff. But when
JavaScript first came out ("LiveScript") there was a server-side
interpreter for it. You can run JS batch files in Windows. JS is used
in Flex applications, where it's called ActionScript.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349108
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to