Need to code a Javascript function on a page. I have a comma separated list, e.g. (1,2,5,6,8) that identifies the ID of a form ...
I've got some code that needs to loop through about ten thousand element IDs and do stuff to them. It's really simpler than it ...