frant32,
if(img.title == imgTitle){
нет элемента - сравнивать можно элемент
img
[i].title== imgTitle){
Вот эту конструкцию
Цитата:
|
if(imgTitle == 'fst'){
22 newLink.setAttribute('href',res[0]);
23 }else if(imgTitle == 'snd'){
24 newLink.setAttribute('href',res[1]);
25 }else if(imgTitle == 'trd'){
26 newLink.setAttribute('href',res[2]);
|
сделайте через switch - case
http://learn.javascript.ru/switch