Search code examples
javascriptasp-classicms-wordwysiwygspell-checking

Is there a Microsoft Word Component for the Classic ASP?


Is there a Microsoft Word (or Word-Like) Component for the Web - Specifically, Classic ASP? Something that can attach to multiple instances of HTML textareas...

The platform is a homegrown, in-house corporate-type app, so it really limits our maneuverability. That said, we just need it to work in plain old web pages using Classic ASP.

Requirements:

  1. IE6+ Compatible
  2. WYSIWYG
  3. Spell Check (offline data dictionary)
  4. jQuery (More wish list than requirement)

Please, no why are you using Classic ASP answers! Believe me, if we could use something else, we would...Thanks!


Solution

  • Sorry, I cannot post comments.

    But does requirement of jQuery imply that processing has to be on client machine?

    Anyway, please note [1] that

    • Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including ASP, ASP.NET, DCOM, and NT Services), because Office may exhibit unstable behavior and/or deadlock when Office is run in this environment" [1]

    Plz check the enumeration of problems in "Problems using server-side Automation of Office" section of [1]

    Just from the coder who coded it - don't do that (it hurts!) through Office components/libraries. MS Office is not created for non-attended (non-interactive) use.

    And it is violation of MS licensing if you cannot assure that all clients have licenses for MS Office. But how can you assure it in web application, if it is not for corporate internal use

    [1]
    Considerations for server-side Automation of Office
    http://support.microsoft.com/kb/257757