Sandwich Artist
Posts: 25
174 credits Members referred : 0
« on: Aug 18, 2011, 11:16:54 am »
I want to close the child window, from parent window using java script. How to do that? Can any one help me on this?
Cyberpunk Wannabe
Posts: 44
300 credits Members referred : 0
« Reply #1 on: Aug 18, 2011, 11:30:27 am »
create the new window with an object name
childWindow=window.open(...);
then you can use the close method childWindow.close();
Hunky Junky Monky Man!
Posts: 67
438 credits Members referred : 0
« Reply #2 on: Nov 30, 2011, 06:21:32 pm »
I have a form on the child window. when user click Submit button on the form on the child window. I want it to close and also refresh parent
Metal slug addict
Posts: 18
124 credits Members referred : 0
« Reply #3 on: Dec 28, 2011, 11:29:16 am »
hello I think that Child Windows, also known as modal windows, are used to draw attention to important information or to halt the application flow for user input. Window applications uses child windows in the form of modal dialogs, such as the MessageBox. The child window blocks the workflow until the window is closed. The window stores the result in DialogResult to inform the application of its status upon closing. Unlike the traditional modal window, Silverlight renders the child window with an animation sequence and renders an overlay background to ensure the user focuses on the window. Thanks Regards iconweb
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=13225