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

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -