2 solved...
Closing a window in Firefox and IE.

  | <input type="button" value="Logout" 
onclick="javascript:window.open('javascript:window.close();','_self','');"/>
  | 

from.....


  | http://www.interwebby.com/blog/2006/02/04/3/
  | 
  | #  zenith Says:
  | September 28th, 2006 at 10:54 am
  | 
  | Nice solution. Thanks very much. You can compress this down to a single 
line as follows :
  | 
  | javascript:window.open(?javascript:window.close();?,'_self?,'?);
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986017#3986017

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986017
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to