Ajax in Calendar module
Posted: Sat Sep 08, 2007 8:53 am
Hi,
I need to use some Ajax functions in Calendar module, but they don’t work. I have tested everything not in CMSMS and they all work fine.
In Template I put:
Do Something
And the function SomeFunction() is in the „Ajax.js“file:
.
.
.
function SomeFunction(string)
{
document.getElementById("Ajaxoutput ").innerHTML=xmlHttp.responseText
}
.
.
.
Please help. And again sorry for my English
I need to use some Ajax functions in Calendar module, but they don’t work. I have tested everything not in CMSMS and they all work fine.
In Template I put:
Do Something
And the function SomeFunction() is in the „Ajax.js“file:
.
.
.
function SomeFunction(string)
{
document.getElementById("Ajaxoutput ").innerHTML=xmlHttp.responseText
}
.
.
.
Please help. And again sorry for my English
