Script to close pop-up window

  • Thread starter Thread starter John Kisha
  • Start date Start date
J

John Kisha

Does anyone know the script I can use to make in link in a pop-up window
that will both close the window and open another page in the window that
the pop-up window just closed was called from?



Thanks,



John Kisha

Inland Pacific Consulting

http://www.VisitUsAt.com

323-463-8300
 
onclick='window.close();'

add the above to a <a href> tag.

Does anyone know the script I can use to make in link in a pop-up window that will both close the window and open another page in the window that the pop-up window just closed was called from?



Thanks,



John Kisha

Inland Pacific Consulting

http://www.VisitUsAt.com

323-463-8300
 
Back
Top