I\'m wondering if it\'s possible for a script to enable/disable all input elements on the page with some sort of toggle button.
I googled it but didn\'t find anythin
Something like this would work:
var inputs=document.getElementsByTagName('input'); for(i=0;i