> Can I call a <cfscript> function through a link like a javascript
function.
No. CFSCRIPT is simply another way of writing CFML. Like CFML, it is
executed on the server BEFORE the page is sent to the browser. JS is
executed in the client browser and can not make calls or references to CF
functions or variables.
Regards,
Seth Petry-Johnson
Argo Enterprise and Associates
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.