Disable all form elements in Javascript
Disabling all form elements in javascript is quite easy, you only need to loop inside a form object and change the disabled property to true or false. Below is the function you can use to call to enable/disable form elements.
function formElementsDisabled(frm,val){
frmElem= frm.elements;
for(i=0;i
Bookmark This!








I am Filipino Web Developer, focusing on PHP in LAMP framework. As a kid, I spent a lot of my time exploring computers and computer games from Atari to PS, from INTEL 80286 - CoreDuo. I am happily married, with two kids. Currently working in Japan as an IT Engineer.