Hi,
I have a aspx page with a form on it that is ajaxified using a RadAjaxPanel. The aspx uses a master page.
I have hooked into the ClientEvents-OnResponseEnd event of the panel to fire a clientside javascript function (basically for manipulating the URL sent to Google Analytics).
The js function (trackAjax) is contained within the master page.
However, when first loading the page, I sometimes, but not always, get a javascript error in my browser "trackAjax is undefined".
Any ideas what may be causing this?
Thanks,
Matt
I have a aspx page with a form on it that is ajaxified using a RadAjaxPanel. The aspx uses a master page.
I have hooked into the ClientEvents-OnResponseEnd event of the panel to fire a clientside javascript function (basically for manipulating the URL sent to Google Analytics).
The js function (trackAjax) is contained within the master page.
However, when first loading the page, I sometimes, but not always, get a javascript error in my browser "trackAjax is undefined".
Any ideas what may be causing this?
Thanks,
Matt