Home > Web Front-end > HTML Tutorial > html frame structure, I want to add a return button in the upper frame to let the page in the lower frame return to the previous page_html/css_WEB-ITnose

html frame structure, I want to add a return button in the upper frame to let the page in the lower frame return to the previous page_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:41:48
Original
1937 people have browsed it

Similar to this returns ,
is not returning to this page, but to returning to other pages in the frame, what should I do? What about writing?


Reply to discussion (solution)

javascript:self.history.back(-1);
javascript:parent.document.getElementById( 'IframeID').widnows.history.back();
try

source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template