Hi Experts,
We have a requirement in which from my view.htm page on click of a button (using onclientclick) I am opening another view using window.open of javascript.
Now in pop-up after processing it, i am using self.close to close the pop-up, before this point I am setting collection of calling page in on_request method of pop-up page controller class, but it does not reflect after pop-up has closed. though it reflects on any round-trip on the calling page.
How do I trigger round trip from pop-up after Self.Close from htm page?? Or from do_request method?
I am trying to use opener.location.reload, but use of opener gives permission denied javascript error.
Please help, I am really stuck here.
Thanks,
Rohit
Edited by: Rohit Khetarpal on Mar 25, 2010 1:29 PM