[Original] HP quality center software, which cannot be accessed under IE8 or ie9

Source: Internet
Author: User

QC software, which cannot be accessed in IE8 solution:

1. Find 20qcbin. War in the QC installation path.

Use WinRAR software to open the following marked cut files, mainly JS files,

Modify the content in the file, add support for IE8, and modify the content. Take start_ B .js as an example. refer to the following:

 

In

VaR fmsie67 = (UA. lastindexof ('msie 6.0 ')! =-1) | (UA. lastindexof ('msie 7.0 ')! =-1 );

Add ";" before the end of this line

| (UA. lastindexof ('msie 100 ')! =-1)

You can use IE8 to access these files without restarting them.

The solution for ie9 is also the same. Continue to add | (UA. lastindexof ('msie 9.0 ')! =-1.

If you access http: // qcserverip: 8080/qcbin/start_a.htm, the following error is returned:

Access http: // qcserverip: 8080/qcbin/start_ B .htm

You can also modify the hyperlink of start_a.htmto start_ B .htm in index.htm.

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.