How to close the pop up window of modal dialog?
Posted
by Aru
on Stack Overflow
See other posts from Stack Overflow
or by Aru
Published on 2010-04-01T08:17:23Z
Indexed on
2010/04/01
8:23 UTC
Read the original article
Hit count: 297
JavaScript
Hi, I am using modal dialog to validate server credentials. After clicking on submit button it pops up new window. Further i want call a servel. But its get called in the same pop up window. I want to call it in the parent window by closing the pop up window. How to achieve this?
© Stack Overflow or respective owner