I’m trying something like this but it does not work. Am I doing something wrong?
var is_dizisi = new Object;
is_dizisi = {
res_143 : "3048397161693571444c6",
res_142 : "3048397161693571444c6c53",
res_141 : "3048397161693571",
res_140 : "3048397161693571444c6c"
}
var onizlemeResimKontrol = function (is_id) {
is_dizisi[is_id].hata = 1;
}
You are not doing anything wrong. What error are you getting.
You can also define object like below:
I didn’t get what you are doing with second function. Any description ?