Navid
public javascript v1 · immutablefunction checkAll() { for (var i=0;i<document.forms[0].elements.length;i++) { e = document.forms[0].elements[i]; e.checked = document.forms[0].allbox.checked; }}i have it in a .php file but not under php tags. its in a plain html space. Its not working.