Changing value of a field in javascript for a form submitted in lotus notes -


i have form, has notes , web sub form. on web, on click on button save, value field "test" must updated 1. when click on save form submitted on web side value of field gets updated, when try click on save (on web side) form originated on notes side, value doesn't updated. have used document.forms[0].testfield.value= "1"


Comments

Popular posts from this blog

Android volley - avoid multiple requests of the same kind to the server? -

magento2 - Magento 2 admin grid add filter to collection -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -