test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mcarasso Friend
    #128023

    I am getting a javascript error in ja_script.js at
    getRuleByName ….
    if (rules[j].selectorText.trim().toUpperCase() == ruleName.trim().toUpperCase()){

    ERROR MSG “rules[j].selectorText has no properties”

    When I try to use
    if (typeof (rules[j].selectorText) != ‘undefined’) {

    to avoid this error Firefox gives me

    ERROR MSG “Access to restricted URI denied” code: “1012”

    Any ideas?

    Thanks
    Janine

    mcarasso Friend
    #247317

    I have since discovered that ERROR MSG “rules[j].selectorText has no properties”
    is caused by using
    @import /@Media statements in the style sheets

    and the second ERROR MSG “Access to restricted URI denied” code: “1012” is caused by using style sheets from two different domains.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  mcarasso 16 years, 8 months ago.

The forum ‘Other Templates’ is closed to new topics and replies.