Requires Free Membership to View
Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.
document.forms[0] .x.value = myJsVarNow that the JavaScript variable is in a form field, you can get it into a LotusScript variable by the uidoc.FieldGetText method, like this:
LSVar = uidoc.FieldGetText("x")
where x is the name of the hidden field, and LSVar is the name of a LotusScript variable (dim LSVar as String). This was first published in October 2003