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
WBOYOriginal
2016-06-24 11:41:481949browse

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

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