Paul Ihrig wrote: > also.. i cant put cf inside js? > or can i? You can use CFML to Build JS quite easily, but they don't run at the same time.
1st CF runs and builds the JavaScript 2nd The Code is sent from the ColdFusion server to the web server 3rd The Code is sent from the Web Server to the Client Browser 4th The Browser runs the JavaScript. So as you can see there is not back and forth interaction between the JavaScript and ColdFusion. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:322501 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

