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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -