Witango-Talk: Close a window

2002-07-17 Thread Fogelson, Steve
What is the best way to provide a link to close the browser window you are currently in? Thanks Steve Fogelson Internet Commerce Solutions TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]

RE: Witango-Talk: Close a window

2002-07-17 Thread Troy Sosamon
Just make a form with a button w/ an onclick event on the button like onclick=widnow.close(). The only problem you will have that if you did not open that window w/ a java script, the user will get a message saying that the application is trying to close the window. Troy Sosamon =

RE: RE: Witango-Talk: Close a window

2002-07-17 Thread Campbell, Steve V.
Oops..no FORM there of course! Steve -Original Message- From: Campbell, Steve V. Sent: Wednesday, July 17, 2002 11:10 AM To: Multiple recipients of list witango-talk Subject: RE: Witango-Talk: Close a window Like this? CENTERform method=POST pCENTERinput type=button name=B1