Hello,

I imagine that it must be some way to use _javascript_ variable for "HASH"... Is it possible?
I show you the code that I'm using (and it show me an error in FireBug (Firefox):reference to undefined property "imts"):

function LoadAjax(t,d,id){
var itms
itms='{url: "GetValues'+t+'.asp", type: "POST", ';
itms+='data: "'+d+'"';
itms+='success: function(req) {AjaxOk(req,"'+id+'");},';
imts+='error: AjaxError}';
  $.ajax(itms);
}

Regards,

Xavier Pimienta
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to