How to solve JS errors when moss content is edited in webpart HTML Mode

Source: Internet
Author: User

Error message:

Solution: first, go to the directory

C: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ template \ layouts \ 2052

Find the htmleditor. JS File

Open and find

Function rte2_onkeydown (strbaseelementid, ELEM) Function

Note // rte_toggleenableshortcuts (evtsource );

Use try to capture the error and prevent it from being popped up.

Try {rte_toggleenableshortcuts (evtsource);} catch (e ){}

 

Disable IE and restart IIS to solve this problem.

This problem usually occurs. It may be when the SP1 Patch is applied.

The following two files may be broken down.

  • Form. js
  • Bform. js
  • Finding the correct file replacement can solve this problem.

     

     

     

     

     

     

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.