I need to web enable a notes database and I’m a bit rusty with javascript. One of the things I need to do is figure out how to web enable a dialog box…
Currentl in the client, on a form, there is a button the uses the LS dialog box, which brings up a form for user input. when the user clicks ok on the dialog, it updates the fields on the underlining document.
I want to do this on the web. My thought is using javascript in the form button to bring up the dialog form in a new window so the user can enter values. How would I add the values entered in the dialog window onto the underlining form using javascript?
I’m sure there is a post on this, but I can’t seem to find it.