Reputation: 15
Currently dialogAPI
has messageParent
method that will allow only child window to communicate with parent(Task-pane). Is there any scope for messageChild method
in future that can pass some data/message to child window without closing it?
Currently we are relying on javascript's window objects method for communication between two windows
Upvotes: 1
Views: 553
Reputation: 9684
You can send messages from the parent window to the child window in at least 2 ways:
If you have a suggestion for a new API, please go to Office Developer User Voice. Thanks!
Upvotes: 2