What version of IE5 exactly are you running? I can't reproduce that
problem with IE5 SP2. There is a known bug in IE4 that does what you're
saying, but we've never seen it with IE5 before. The bugfix is already in
the readmail.html file for IE4... find the section on about line 73 that
reads:

// IE4 has a bug in that it won't submit to the new popup window
   if (navigator.userAgent.indexOf('MSIE 4') ==-1)
    popUp("","W<!--IMAIL.CurrentUnsortedMessageNum-->","yes","no");


and change it to this:

// IE4 has a bug in that it won't submit a form to a new popup window
   if (navigator.userAgent.indexOf('MSIE 5.5') >=0)
    popUp("","W<!--IMAIL.CurrentUnsortedMessageNum-->","yes","no");

and that will treat IE5 like IE4.


Ron Hornbaker
President/CTO
  .  .  .  .  .  .  .  .  .  .  .  .  http://humankindsystems.com
  .  .  .  .  .  .  .  .  .  .  .  .  w e  c o d e.  w e  c a r e.




> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Demo User
> Sent: Thursday, September 27, 2001 4:58 PM
> To: [EMAIL PROTECTED]
> Subject: [imail] Question about Reply
>
>
> We are using the IMail ver 7 and KWM ver 2.
>
> Most of the time when we hit reply to an email from a IE 5.0
> client, a blank window titled 'about:blank' is opening up, and
> after we send the reply, the browser is asking us if we want to
> close the window, which ends up closing the email, but leaving
> the 'about:blank' window open.  Are we doing something wrong, or
> do we have something misconfigured?
>
> Honestly that is our only complaint. We are VERY VERY happy with
> the iMail/KWM combo!  Great interface, nice work!
>
> Thanks,
> Terry Sonnenberg & Jim Scheitel
> Ideapool, Inc.
>
>
> ________________________________________________________________
> Message Sent From ideapool.com.
>
>
>
>
>
>
>
> ______________________________________________________________________
> The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc.
> Questions, Comments or Complain like Hell.. mailto:[EMAIL PROTECTED]
> Message Archive... http://www.tallylist.com/archives/index.cfm/mlist.4
> To Manage your Subscription......... http://humankindsystems.com/lists
>
>




______________________________________________________________________
The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc.
Questions, Comments or Complain like Hell.. mailto:[EMAIL PROTECTED]
Message Archive... http://www.tallylist.com/archives/index.cfm/mlist.4
To Manage your Subscription......... http://humankindsystems.com/lists

Reply via email to