★ wanayoo — archive 1999 http://www.devshed.com/Talk/Forums/Forum1/HTML/000002.htmlNouvelle recherche | Portail wanayoo
DevShed Menu
* DevShed Home
* Developer News
* DevShed Brain Dump




UBBFriend: Email This Page to Someone!
  DevShed Discussion Forums
  HTML / DHTML
  close button

Post New Topic  Post A Reply
profile | register | preferences | faq | search

next newest topic | next oldest topic
Author Topic:   close button
christine
Junior Member
posted April 20, 1999 07:51 AM     Click Here to See the Profile for christine     Edit/Delete Message Reply w/Quote
I have opened a new window with the following link:

<A HREF="/old?u=http%3A%2F%2Fwww.devshed.com%2FTalk%2FForums%2FForum1%2FHTML%2Fpage2.htm&y=1999" TARGET="new">Page 2</A>

How can I place a button on the new page which will close the new window?

Thanks.

scollo
Member
posted April 20, 1999 08:28 AM     Click Here to See the Profile for scollo   Click Here to Email scollo     Edit/Delete Message Reply w/Quote
In page2.html:

<INPUT
type=button
value="Close"
onClick="self.close();"
>

christine
Junior Member
posted April 23, 1999 08:51 AM     Click Here to See the Profile for christine     Edit/Delete Message Reply w/Quote
Thanks.

My problem was that page2.html contained a frameset, and the document containing my close button was in one of the frames.
I was using onClick="close();", which worked not at all, but after reading your answer it's finally occurred to me to use onClick="parent.close();", which works perfectly.

[This message has been edited by christine (edited 04-23-99).]

nico
Junior Member
posted April 26, 1999 01:46 AM     Click Here to See the Profile for nico   Click Here to Email nico     Edit/Delete Message Reply w/Quote
another solution in case you don't want to use a button to close it, but anything like a text link or an image:

<a href="javascript:window.close()">close me</a>

just in case you wanted to know

All times are MST (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply
Hop to:

Contact Us | DevShed.com

Copyright © 1997-2000 ngenuity. All rights reserved.

Powered by: Ultimate Bulletin Board, Version 5.41a
© Infopop Corporation (formerly Madrona Park, Inc.), 1998 - 1999.