Re: url click capture with coldfusion7

2009-04-11 Thread Don L
Thanks for the tip. the way i used to do it was through an intermediary page, which is passed the actual link to forward user to, or a link id from db. this page records the click event in the db and cflocates the user to actual link. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ D

url click capture with coldfusion7

2009-04-09 Thread Don L
That is, upon user clicking a URL/link, capture the click/counter in a db. It's real easy with cf8's cfajax-driven tag but for coldfusion7 how do we go about that? It's going to be involved with some javascripting I think. Oh, remember some kind of js var conversion into cf var, right? what's

Re: url click capture with coldfusion7

2009-04-09 Thread Azadi Saryev
the way i used to do it was through an intermediary page, which is passed the actual link to forward user to, or a link id from db. this page records the click event in the db and cflocates the user to actual link. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Don L wrote: That is,

Re: url click capture with coldfusion7

2009-04-09 Thread Azadi Saryev
and if you are using one of ajax-enabled js frameworks, you can create js proxies to your cfc functions without cf, capture the click event on a link, pass the href attribute of the link to your function, and in the callback relocate the user. i think ben nadel had a blog post about it not long