<cfscript> doesn't have functions, so you can't call one even from a page.
But javascript can't interact with CF because CF is executed on the server
and javascript is executed on the browser.

What you can do is use CF to dynamically write the javascript functions you
need.

HTH!

Sharon

At 12:43 PM 6/22/2000 -0400, Tim Bahlke wrote:
>Can I call a <cfscript> function through a link like a javascript function.
>
>Like ...
>
><a href="javascript:function_name('arg','arg')">blah</a>
>
>--------------------
>Tim Bahlke, CIFO
>thinkcreate.com
>p. 336.230.0575
>f. 336.230.0083
>
>
>
>---------------------------------------------------------------------------
---
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
> 

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