In Java Script I can get first window (father) and second window (child) by:- father : window.opener.document.forms
- child: document.forms[0].
How can I make this in Lotus Script?
In Java Script I can get first window (father) and second window (child) by:- father : window.opener.document.forms
How can I make this in Lotus Script?
Subject: Two window on the web 2
On the web, LotusScript only works in the back end on the server. Essentially, I don’t think you can talk from one window to the other.
That doesn’t mean you can’t accomplish your objective. What is it that you need to do?