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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

popup to redirect parent window

Status
Not open for further replies.

xxxzombiexxx

Technical User
Jan 8, 2002
27
0
0
US
when the webpage loads in the parent window it is blank and creates a popup window that a user must use to sign in with a form , if login is successful it loads another page in the popup window with a link. I want that link to redirect the parent window to the new page and then close the popup window. Could someone please tell me the code to do this or point me to a tutorial or something that will show me how?

Any help is appreciated
thanks in advance,
xxxzombiexxx
 
<a href=&quot;#&quot; onClick=&quot;window.opener.location.href='new_pagee.html';self.close();&quot;>Redirect & Close</a>

Rick
 
Works perfect !!!

I appreciate your help and taking time to reply,

thank you very much !!!!!!!!!!!

xxxzombiexxx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top