Js close modal Window refresh parent page

Source: Internet
Author: User

There are two windows: window A (parent) and window B (Modal)

Window A contains a datagrid and A button.

When you click the button, the B window (Modal) is displayed ). Add data in window B. After submission, ask window B to close itself, and refresh window A (parent)

<Script type = "text/javascript">
Function openSubWin ()
{
Required parameter showmodaldialog(' B .html ', 'newwindow', 'height = 500, width = 400, top = 0, left = 0, toolbar = no, menubar = yes, scrollbars = yes, resizable = yes, location = no, status = no ');
Window. location. reload ();
}
</Script>

Pop-up window B .html. When the child form is closed, the parent page is refreshed.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.