what is the wrong in the code ???
- by rajesh
function checkLength(obj,url){
//alert("URL="+url+" OBJ="+obj);
if(obj) {
var params = 'query='+obj;
var myAjax = new Ajax.Request(url, {
method: 'post', parameters: params, onComplete: loadResponse
});
}
}
is nor working why
i think there is requirement of include some files in it.which is that??/