Richard Beacroft's Profile

  • Dec 05, 2006
  • 1
  • 0

Latest comments made by: Richard Beacroft

  • Unable to close the "current" window using javascript. The following used to work prior to version 2 of FireFox. var ua = navigator.userAgent.toLowerCase(); var isFirefox = (ua.indexOf('firefox/') != -1); if (isFirefox) { window.open('','_parent',''); } window.close();
    Richard Beacroft had this to say on Dec 05, 2006 Posts: 1
    Firefox 2.0 - Worth Upgrading Yet?