...
> 1.5 CVS: When I press  the button, that's javascript that doesn't exist,
> yet, and never will (because it doesn't work).
...
> <script type="text/javascript">
> <!--
> document.write("<input type=\"button\" value=\"Stavekontroll\"
> onclick=\"window.concat('../plugins/squirrelspell/sqspell_interface.php',
> 'sqspell', 'status=yes,width=550,height=370,resizable=yes')\" />");
> //-->
> </script>

How do you get that squirrelspell version?

from plugins/squirrelspell/setup.php squirrelspell_setup function.
...
    if (checkForJavascript()) {
        /**
         * Some people may choose to disable javascript even though their
         * browser is capable of using it. So these freaks don't complain,
         * use document.write() so the "Check Spelling" button is not
         * displayed if js is off in the browser.
         */
        echo "<script type=\"text/javascript\">\n".
             "<!--\n".
             '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\')\" />");' . "\n".
             "//-->\n".
             "</script>\n";
    }
...

Maybe you use some kind of proxy (ijbswa, privoxy, proxomitron) or Firefox
extension that sanitizes Javascript.

-- 
Tomas


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
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