Jim Hunter epiuniverse.com> writes:
>
> Instead of using the getValue() on the field, try using getComputedValue().
The 'value' of the control does not get set until the focus is lost. the
function getComputedValue() returns the current content of the field.
> For the second question, I think yo
Instead of using the getValue() on the field, try using getComputedValue().
The 'value' of the control does not get set until the focus is lost. the
function getComputedValue() returns the current content of the field.
For the second question, I think you can simply call the okButton.execute()
met