Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: close button


Message #1 by "Tan Chye Ting" <chyeting18@h...> on Wed, 23 Jan 2002 06:49:34
ok, this should be very easy for you all.how do i close a window when i 

click on a button.like the "Close" button
Message #2 by "Tulip, Nick S" <nick.s.tulip@c...> on Wed, 23 Jan 2002 06:45:07 -0500

	<input type='button' onClick='javascript:window.close();'

value='Close'>

	<a href='#' onClick='javascript:window.close();'>Close</a>

	



-----Original Message-----

From: Tan Chye Ting [mailto:chyeting18@h...]

Sent: Wednesday, January 23, 2002 1:50 AM

To: ASPToday Discuss

Subject: [asptoday_discuss] close button





ok, this should be very easy for you all.how do i close a window when i 

click on a button.like the "Close" button


  Return to Index