All pastes #86754 Raw Edit

Navid

public javascript v1 · immutable
#86754 ·published 2006-07-13 05:45 UTC
rendered paste body
function 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.