1. Jump out of the frame and on the parent page.
jsp:
java:
PrintWriter out = response.getWriter();
out.write("< script type='text/javascript'>window.parent.frames.location.href = '../welcome.en';");
return;
2. Jump from a frame to the frame with name="main".
3.ContentList iframe name of the current page
window.ContentList.location.href = '../welcome.en';