Forum Moderators: open
826, 825, 826, 827, 825, 826, 827, 826, 825, 826, 825, 826, 827, 825, 825, 827, 825, 826, 825, 825, 825, 831, 831, 831, 831, 831, 833, 831
these are all the form id's i need to hide on the page, i need some JavaScript code that loops through each of these and disables them..
so far i have this
function hideMe(str)
{
element = document.getElementById(str);
element.disabled = true;
}
any suggestions?
thanks for your help in advance
dave