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
Release: 2016-05-16 17:45:12
Original
1377 people have browsed it
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
Related labels:
Statement of this Website
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
Latest Issues
Can't open
From 1970-01-01 08:00:00
0
0
0
Where can I open UNREGISTERED?
From 1970-01-01 08:00:00
0
0
0
Open cad file in php?
From 1970-01-01 08:00:00
0
0
0
How to open the editor
From 1970-01-01 08:00:00
0
0
0
How to open the editor
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template