I have 2 different RedHat 8.0 servers.  Both servers are running the
same version of Apache and php rpms. PHP.ini is identical on both boxes.
Squirrelmail 1.4.2.1-2 installed from rpm.  I have the same plugins and
versions on both boxes.

One server squirrel spell functions correctly.  You have the Check
Spelling button in the compose window.  Snippet of the html line that
gets generated by squirrelspell/setup.php is :

<script type="text/javascript">
<!--
document.write("<input type=\"button\" value=\"Check Spelling\"
onclick=\"window.open('../plugins/squirrelspell/sqspell_interface.php',
'sqspell', 'status=yes,width=550,height=370,resizable=yes')\">");
//-->
</script>

On the other box, There is no Check Spelling button.  The reasons is the
generated html.  Which; is the following.

<script type="text/javascript">
<!--
document.write("<input type="\""button\" value=\"Check Spelling\"
onclick=\"window.open('../plugins/squirrelspell/sqspell_interface.php',
'sqspell', 'status=yes,width=550,height=370,resizable=yes')\">");
//-->
</script>

Notice that after input type= in the first script it is as it should be
input type=\"button\"

In the second script it is input type = "\""button\"

The squirrelspell/setup.php files are identical.  If I change the line
that generates this line whereever the first = sign is the next
character gets "(any character)".  This is driving me crazy and any help
would be appreciated.

Thanks in advance.





-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to