简体   繁体   中英

navigating a page?

I'm in page tem.jsp from there I made a call like this

<a href="submit.htl" target="_parent">image.gif</a> this will load a submit.jsp page

on clicking a button i want to go back to temp.jsp.

since i opened with target attribute i can't close with the javascript window.close() , how can i close this page?

您说了“单击按钮以返回”,为什么不将“按钮”设置为链接,就像您用来使它们提交的链接示例submit.htl

<a href="temp.jsp" target="_parent">Go Back</a>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM