hantz
11-19-2007, 12:46 PM
this script play on the disable option of form elements...
but in order to set it up i need to write all the "name" of all form elements inside the
<input type="checkbox" name="control1" onclick="enableDisable(this,'day','month','year','hour','min')" />
'day','month','year','hour','min' - those are just examples...i got much more of elemets...
how can i make this script recognize all the elements inside <form name="example1"> by itself...with no need from my side to specify all elements like this (this,'day','month','year','hour','min')"
hope someone here can help me with this
but in order to set it up i need to write all the "name" of all form elements inside the
<input type="checkbox" name="control1" onclick="enableDisable(this,'day','month','year','hour','min')" />
'day','month','year','hour','min' - those are just examples...i got much more of elemets...
how can i make this script recognize all the elements inside <form name="example1"> by itself...with no need from my side to specify all elements like this (this,'day','month','year','hour','min')"
hope someone here can help me with this