Hello Guys,
I have 2 dialogs from dialog2 i need to call dialog1 function via postmessage pls let me how can it be implemented.
Printable View
Hello Guys,
I have 2 dialogs from dialog2 i need to call dialog1 function via postmessage pls let me how can it be implemented.
Why PostMessage? What's the relationship between the two?
If both dialogs are modal, postmessage isn't going to work.
You have to explain what you want to do, what is the relationship between the dialogs, and what exactly you mean by "call". Is it "open"?