Here are the changes made so that WebMail displays the Spell Check link in IE6 public 
beta.

Sendmail.html

Change:
      <SCRIPT LANGUAGE="JavaScript"><!-- 
        // SpellChecker for IMail by Humankind Systems, Inc.
        // Only works with
        // Show Spell Checker link if browser supports it!
        // Needs to be a check here for the NetScape ActiveX plugin
        // if somebody knows where I can get it, I'll add it.
        // The checkSpellling function is in the sm_js.cgi file.
        if (navigator.userAgent.indexOf("Mac")=="-1" &&
            (navigator.userAgent.indexOf("MSIE 4")>="0" ||
             navigator.userAgent.indexOf("MSIE 5")>="0"))
            {
            document.write('<a href="javascript:checkSpelling();"><b>Spell Check 
before Sending</b></a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');
            }
        //-->
      </script>

To:
      <SCRIPT LANGUAGE="JavaScript"><!-- 
        // SpellChecker for IMail by Humankind Systems, Inc.
        // Only works with
        // Show Spell Checker link if browser supports it!
        // Needs to be a check here for the NetScape ActiveX plugin
        // if somebody knows where I can get it, I'll add it.
        // The checkSpellling function is in the sm_js.cgi file.
        if (navigator.userAgent.indexOf("Mac")=="-1" &&
            (navigator.userAgent.indexOf("MSIE 4")>="0" ||
             navigator.userAgent.indexOf("MSIE 5")>="0" ||
             navigator.userAgent.indexOf("MSIE 6")>="0"))
            {
            document.write('<a href="javascript:checkSpelling();"><b>Spell Check 
before Sending</b></a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');
            }
        //-->
      </script>

Do the same to:
replymsg1.html
fwdmsg1.html

Those are the only three files I found that were missing the spell checking, but 
please let me know if I missed one.

Thanks,

--
Daniel Short
Chief Designer
Web Shorts Site Design
http://www.web-shorts.com

---------- Original Message ----------------------------------
From: "Daniel Short" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Wed, 28 Mar 2001 15:51:23 -0600

>I narrowed this down to a bit of browser detection, I just don't know what the user 
>agent for IE6 is. I'll do some testing, and send the results onto the group:
>
>Broken code from newmsg.cgi
>
><SCRIPT LANGUAGE="JavaScript"><!-- 
>        // SpellChecker for IMail by Humankind Systems, Inc.
>        // Only works with
>        // Show Spell Checker link if browser supports it!
>        // Needs to be a check here for the NetScape ActiveX plugin
>        // if somebody knows where I can get it, I'll add it.
>        // The checkSpellling function is in the sm_js.cgi file.
>        if (navigator.userAgent.indexOf("Mac")=="-1" &&
>            (navigator.userAgent.indexOf("MSIE 4")>="0" ||
>             navigator.userAgent.indexOf("MSIE 5")>="0"))
>            {
>            document.write('<a href="javascript:checkSpelling();"><b>Spell Check 
>before Sending</b></a>    |   ');
>            }
>        //-->
>      </script>
>
>--
>Daniel Short
>Chief Designer
>Web Shorts Site Design
>http://www.web-shorts.com
>
>---------- Original Message ----------------------------------
>From: "Daniel Short" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>Date: Wed, 28 Mar 2001 15:39:59 -0600
>
>>For some reason, the spell checking link has disappeared after I installed the IE6 
>public beta. Has anyone else experienced this? How do I get it back? I'm using the 
>WebMail v1.6 at http://mail.web-shorts.com .
>>
>>Thanks,
>>
>>--
>>Daniel Short
>>Chief Designer
>>Web Shorts Site Design
>>http://www.web-shorts.com 
>>
>>
>>
>>
>>________________________________________________________________
>>Sent via the WebMail system at web-shorts.com
>>
>>
>> 
>>                   
>>
>>
>>
>>______________________________________________________________________
>>The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc.
>>Questions, Comments or Glowing Praise...... mailto:[EMAIL PROTECTED]
>>Searchable List Archive.... http://www.mail-archive.com/[email protected]
>>To Manage your Subscription......... http://humankindsystems.com/lists
>>
> 
>
>
>
>
>________________________________________________________________
>Sent via the WebMail system at web-shorts.com
>
>
> 
>                   
>
>
>
>______________________________________________________________________
>The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc.
>Questions, Comments or Glowing Praise...... mailto:[EMAIL PROTECTED]
>Searchable List Archive.... http://www.mail-archive.com/[email protected]
>To Manage your Subscription......... http://humankindsystems.com/lists
>
 




________________________________________________________________
Sent via the WebMail system at web-shorts.com


 
                   



______________________________________________________________________
The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc.
Questions, Comments or Glowing Praise...... mailto:[EMAIL PROTECTED]
Searchable List Archive.... http://www.mail-archive.com/[email protected]
To Manage your Subscription......... http://humankindsystems.com/lists

Reply via email to