1. Jump out of the frame and on the parent page.
jsp:
java:
PrintWriter out = response.getWriter();
out.write("< script type='text/javascript'>window.parent.frames.location.href = '../welcome.en';");
return;
2. Jump from a frame to the frame with name="main".
3.ContentList iframe name of the current page
window.ContentList.location.href = '../welcome.en';
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