Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Close the pop-up


  • From: javascript@xxxxxxxxxx (Harry Love)
  • Subject: [Javascript] Close the pop-up
  • Date: Thu, 19 Sep 2002 16:00:39 -0700

Are you looking for something like this?

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

Regards,
Harry