> Can I call a <cfscript> function through a link like a javascript
> function.
>
> Like ...
>
> <a href="javascript:function_name('arg','arg')">blah</a>

CF is SERVER based, JavaScript is CLIENT based - the CF template is
calculated before it is sent to the browser, so none of the code is seen at
the client end (would you REALLY want clients seeing you CF code?)

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


------------------------------------------------------------------------------
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.

Reply via email to