I tried to change "onclick" function after some action:
document.all[cell].onclick=
function(){ rtvItem(Str, Sku, Seq, Desc , Reason, RaNum,
Markout, Recall, this.id, "UPD");};
But this cell still keeps old function parameters.
Is somebody may tell me what is wrong?
document.all[cell].onclick=
function(){ rtvItem(Str, Sku, Seq, Desc , Reason, RaNum,
Markout, Recall, this.id, "UPD");};
But this cell still keeps old function parameters.
Is somebody may tell me what is wrong?