Hi
On onLoad of the form, A HTML field is created with an tag. when I viewed in source file. The html content was not displayed. Please let me known, How can I access the field on click of the button.
Regards
VM
Hi
On onLoad of the form, A HTML field is created with an tag. when I viewed in source file. The html content was not displayed. Please let me known, How can I access the field on click of the button.
Regards
VM
Subject: Access HTML field
The source is the source – not the current state of the DOM after you make your changes. If you’ve created the HTML field, you can access it with JavaScript in the browser. In order to access it at the server, the field has to appear on the Notes form, or, barring that, it may be accessed in the Request_Content item of the document context in an agent.