/ Published in: JavaScript
Expand |
Embed | Plain Text
<script> for(i=0; i < document.forms.length; i++) { f = $(document.forms[i].id); if (f != null) { Form.disable(f); } } </script>
You need to login to post a comment.
stancox on 10/21/09
1 person have marked this snippet as a favorite
<script> for(i=0; i < document.forms.length; i++) { f = $(document.forms[i].id); if (f != null) { Form.disable(f); } } </script>
You need to login to post a comment.