Sublime directory Surf the web anonymous Pagerank Monitor


child window

Florinda
Thu 18 August 2011, 11:16 am GMT +0200
I want to close the child window, from parent window using java script. How to do that? Can any one help me on this?

netshet
Thu 18 August 2011, 11:30 am GMT +0200
create the new window with an object name

childWindow=window.open(...);

then you can use the close method
childWindow.close();

mark_john
Wed 30 November 2011, 06:21 pm GMT +0100
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

iconweb
Wed 28 December 2011, 11:29 am GMT +0100
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

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional