Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Window Functions – Need Some Guidance

Status
Not open for further replies.

SteelyJoe

Technical User
Aug 20, 2002
3
US
I’ve been struggling with this and can’t seem to figure out how to get it to work. I have a page, say its called StartPage.html. A link on the StartPage.html uses JavaScript to open a new window – PageTwo.html in Window 2. Once the user it finished with the info on PageTwo.html, I want them to click a link that closes the window (Window 2) and sends them back to the first window, where a new page – PageThree.html - loads.

How can this be accomplished?

Thanks in advance for the help.
 
here's the "close" link for window 2:

<a href=&quot;#&quot; onclick=&quot;parent.location.href = 'page3.html';window.close();return false;&quot;>CLOSE</a>
=========================================================
if (!succeed) try();
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top