Hi everyone,
I'm actually dealing with a annoying problem. Via VBScript i try to call a routine, onclick event on a checkbox, that should first delete previous checked boxes (object.value = false) and then disable the same checkboxes (object.enabled = false).The checkboxes are divided into two pages and the checkbox that call the routine is in the second one. Problem is that the object.enabled functon works properly for both pages, but the object.value function works only for the page where is located the checkbox that call the routine. Anyone has an idea why this happen?
Thanks in advance
Paolo