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] Closing a Page with a Button>


  • From: javascript@xxxxxxxxxx (Andrew Gibson)
  • Subject: [Javascript] Closing a Page with a Button>
  • Date: Mon, 22 Apr 2002 11:17:57 +1200

isn't it

window.close()

?

> What code do you use to close a page using an input
> button.  <input type="button" name="Close"
> onClick="???????">
> Steve