hi all,
i'm having troubles accessing the 'caller object of an ajax post

for instance

function A ()
{
   this.avar;
}
A.prototype.myFun = function()
{
   this.avar; // no problem here


}

a = new A;

Reply via email to