> I'm looking to add three work days to the current date. set this in a 
> var and update the record in the database. 

after the JS actions of "adding work days",  the JS would need to submit the 
new data back to a CFM/CFC to be processed as a form, url, or function argument 
to update into the db.

the server side language CF and the client side language JS have really no 
knowledge of each other.   as far as CF is concerned, JS code is just text 
output.  CF has no knowledge of how JS code is run.    conversely also true of 
JS.  All JS knows is that it's invoking either a form/page submit to a URL. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330435
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to