R
rsht
My special requirement is to do more in the child page, such as
redirect to another page to get value to update the original parent
page.
By using showModalDialog to open the child page (should call it a
dialogue box), the child page opens ANOTHER page when
response.redirect is executed - this is not what I want. So, I wish to
open a normal window for the child so that I can do more.
Anyone can give me some helps? Thanks
redirect to another page to get value to update the original parent
page.
By using showModalDialog to open the child page (should call it a
dialogue box), the child page opens ANOTHER page when
response.redirect is executed - this is not what I want. So, I wish to
open a normal window for the child so that I can do more.
Anyone can give me some helps? Thanks