| Author |  | 
      
        | card Newbie
 
  
 
 Joined: 06 September 2006
 Location: Russian Federation
 Online Status: Offline
 Posts: 16
 | 
          I suggest to modify function FireFoxDetect(), having replaced
           | Posted: 06 September 2006 at 12:19am | IP Logged |   |  
           | 
 |  return navigator.userAgent.indexOf("Firefox") >= 0;
 on
 return navigator.userAgent.indexOf("Gecko") >= 0;
 That normally worked on similar browsers: SeaMonkey, Mozilla
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Andrew AfterLogic Support
 
  
 
 Joined: 28 April 2006
 Location: United States
 Online Status: Offline
 Posts: 1189
 | 
          Thank you for the sensible suggestion. We will make the same change in our MailBee WebMail family products.
           | Posted: 06 September 2006 at 7:44am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  |