- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
function othercomplaints ()
{
if (window.document.Profiles.OtherComplaints !== undefined)
if (window.document.Profiles.OtherComplaints.checked) {
for (i=1;i<=20;i++) {
eval("document.getElementById('otherc"+i+"').style.display = 'block';");
}
} else {
for (i=1;i<=20;i++) {
eval("document.getElementById('otherc"+i+"').style.display = 'none';");
}
}
}
vistefan 16.02.2012 20:18 # 0
Vasiliy 16.02.2012 21:10 # +5
scriptin 17.02.2012 00:15 # +3
wvxvw 17.02.2012 13:00 # 0
krypt 17.02.2012 16:27 # 0
wvxvw 17.02.2012 13:05 # 0
bugmenot 17.02.2012 19:12 # +1