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!

Remote Control

Status
Not open for further replies.

Jeremy21b

Technical User
Jul 7, 2002
127
CA
Ok here's the scenario:
I have a 'remote control' window. It changes the page of its parent window. Right not it just does that with a hyperlink referencing the other window.

What I want:
I want that window to close when the link is clicked. I know how to close a window and I can change the page of the other window. I just don't know how to control the other page in a function.

Help me please. Thanks in advance.
 
in the remote window:

<a href=&quot;page.html&quot; target=&quot;parentWindowName&quot; onclick=&quot;window.close();&quot;>Link</a>

=========================================================
if (!succeed) try();
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top