- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
aLength = V_Array.length;
if(aLength == 1) {
if(V_Array[0][0]=='true'){
document.MainListForm.list_DV[0].checked = true;
document.MainListForm.list_NE[0].checked = true;
}else{
document.MainListForm.list_DV[0].checked = false;
document.MainListForm.list_NE[0].checked = false;
}
if(V_Array[0][1]=='true'){
document.MainListForm.list_DV[1].checked = true;
document.MainListForm.list_NE[1].checked = true;
}else{
document.MainListForm.list_DV[1].checked = false;
document.MainListForm.list_NE[1].checked = false;
}
if(V_Array[0][2]=='true'){
document.MainListForm.list_DV[2].checked = true;
document.MainListForm.list_NE[2].checked = true;
}else{
document.MainListForm.list_DV[2].checked = false;
document.MainListForm.list_NE[2].checked = false;
}
if(V_Array[0][3]=='true'){
document.MainListForm.list_DV[3].checked = true;
document.MainListForm.list_NE[3].checked = true;
}else{
document.MainListForm.list_DV[3].checked = false;
document.MainListForm.list_NE[3].checked = false;
}
return;
}
for (i = 0; i < aLength ; i++) {
if(V_Array[i][0]=='true'){
document.MainListForm[i].list_DV[0].checked = true;
document.MainListForm[i].list_NE[0].checked = true;
}else{
document.MainListForm[i].list_DV[0].checked = false;
document.MainListForm[i].list_NE[0].checked = false;
}
if(V_Array[i][1]=='true'){
document.MainListForm[i].list_DV[1].checked = true;
document.MainListForm[i].list_NE[1].checked = true;
}else{
document.MainListForm[i].list_DV[1].checked = false;
document.MainListForm[i].list_NE[1].checked = false;
}
if(V_Array[i][2]=='true'){
document.MainListForm[i].list_DV[2].checked = true;
document.MainListForm[i].list_NE[2].checked = true;
}else{
document.MainListForm[i].list_DV[2].checked = false;
document.MainListForm[i].list_NE[2].checked = false;
}
if(V_Array[i][3]=='true'){
document.MainListForm[i].list_DV[3].checked = true;
document.MainListForm[i].list_NE[3].checked = true;
}else{
document.MainListForm[i].list_DV[3].checked = false;
document.MainListForm[i].list_NE[3].checked = false;
}
}
Lure Of Chaos 09.02.2011 18:35 # 0
KirAmp 09.02.2011 18:38 # −1
ZX_Spectrum 10.02.2011 06:01 # 0
Lure Of Chaos 10.02.2011 14:15 # 0