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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -