javascript - navigating a page? -


i'm in page tem.jsp there made call this

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

on clicking button want go temp.jsp.

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

you said "click button go back", why not make "button" link, example of link used them submit.htl?

<a href="temp.jsp" target="_parent">go back</a> 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -