Cfgrid Javascript function not working if not put inside head/head tags

2008-08-21 Thread dev losh
I having an issue with ajaxOnLoad function to use with gfgrid. if i call a function say 'myfun' using cfset ajaxOnLoad(myfun) for a cfgrid, the function will work ONLY IF PUT INSIDE HEAD/HEAD tags. i need to make that js dynamic.. please some one can help me with any tweaks that will allow JS

Re: Cfgrid Javascript function not working if not put inside head/head tags

2008-08-21 Thread Charlie Griefer
cfsavecontent variable=headText your javascript stuff here /cfsavecontent cfhtmlhead text=#headText# / On Thu, Aug 21, 2008 at 1:53 PM, dev losh [EMAIL PROTECTED] wrote: I having an issue with ajaxOnLoad function to use with gfgrid. if i call a function say 'myfun' using cfset

Re: Cfgrid Javascript function not working if not put inside head/head tags

2008-08-21 Thread dev losh
Hey Great Joy it worked !! Thanks Charilie :) cfsavecontent variable=headText your javascript stuff here /cfsavecontent cfhtmlhead text=#headText# / On Thu, Aug 21, 2008 at 1:53 PM, dev losh [EMAIL PROTECTED] wrote: ~|