Home >Web Front-end >JS Tutorial >How to refresh the upper page of window.open page_javascript skills

How to refresh the upper page of window.open page_javascript skills

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 17:45:121376browse
Copy code The code is as follows:

this.ClientScript.RegisterStartupScript(this.GetType(), this.Title , "window.opener.location.reload();alert('Cancel successfully!');", true);

Mainly this js code: window.opener.location.reload ();

If there are no special requirements, you can consider using div
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn