|
|
Hi
Need help to do the following.
I need to refresh a window from itz child window's child window.and the intermediate window is closed after popping up itz child.
How can I do that?
Can anybody help me?itz urgent
Thanks
Div
|
|
|
|
|
I'm pretty sure the answer is no. If you destroy the parent window in between, you've lost the reference chain back to the parent's parent. Sorry.
|
|
|
|
|
|
OK
I have some alermessages stored in session.When I close the child window I need to somehow display the messages.
Is there any way to do it?
Please help.
|
|
|
|
By "session", do you mean an ASP session?
If so, then I'd tend to think if you knew enough code techniques to create session variables, you'd know how to create a page to display them. Let me know.
|
|
|
|
|
|
when i process the child window(which is a create page JSP),I will store some data in the session variables.
on window close,I should display the messages I'm storing in the session varibales.
I'm pretty new to JSP programming.
Please guide me if u can
|
|
|
|
|
Maybe I don't quite understand what you exactly want, but seems like your answer is simply don't close the window. Instead, have it submit back to your server to run a script that displays the messages back to the user in your window. The users can then view the messages and close the window when finished.
|
|
|
|
|