I'm opening a web page from Site B, using showModalDialogue
(javascript) from Site A.
I want to return a value using window.returnValue
from Site B page to Site A page.
But I'm not able to return value between these two applications (both in the same IIS server).
How do I can pass value in this scenario?