In this post I test how to access via javascript to the following controls connected to a lotus field:
- Edit Box: a control for entering a single line of data
- Hidden Input: a control for hiding data to the user
A Hidden Input control is not such as an Edit Box control with “Visible” unchecked (or with property rendered set to False) because an invisible Edit Box control is not rendered in the page, not even in the html code with an attribute type=”hidden”.