Hi,
In my test.html file, the following javascript snippet can work well:
....
function activeButtons(form){
form.testSubmit.disabled=false;
form.cancelSave.disabled=false;
}
function disableButtons(form){
form.testSubmit.disabled=true;
form.cancelSave.disabled=true;
}
......
However in beta2 exception throws as following:
Tag <arr.length;i++){> on line 273 contains more than
one 'form.testSubmit.disabled' attribute.
tapestrycn
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]