Subject: RE: Can parameters be passed from a browser to an open ui document?
Tricky. You’re making certain assumptions. First, a browser window opened from Notes is not modal. What makes you think the Notes document will still be open and still be the top window when you close the browser window? For that matter, how can you assume the Notes client is still open? What if the user has multiple Notes documents open and opens browser windows from all of them? Which browser window goes with which form?
You probably could work this somehow, but it would be a kludge.
I suggest you look for a way to build a search interface within the Notes client that accesses the data directly, that would open in a modal window (e.g. DialogBox) so that you could retain control of the process within Notes.