Announcement

Collapse
No announcement yet.

Error on page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error on page

    Hi All

    I'm getting debug warnings across my entire site (in IE6 on XP. The warnings are referencing line 89 (consistently) and occasionally line 1 as well.

    I'm struggling to find the cause.

    example

    This page, additionally, fails to have more info popups.

    I'm rather confused

    Cheers

    Lee.
    http://www.ihavetohave.it

    #2
    Something in youer Fireworks scripts. Try commenting it out to see what happens. Chances are you have 2 mouseover scripts
    Owner of a broken heart

    Comment


      #3
      You've left

      Code:
      <SCRIPT LANGUAGE="JavaScript" SRC="core.js" TYPE="text/javascript"></SCRIPT>

      Out of Act_primary.html (and possibly Act_BrochurePrimary.html i -f you use Brochure as well).

      It should be near the top of Act_primary immediately above the line

      Code:
      <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
      Norman

      p.s. I noticed bits of NorTree in there as well but not enough to activate it.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thanks guys. I reinstated that line Norman (how on earth did I remove that?) and cleaned up the Nortree bits, yet I still appear to have killed javascript. Would appreciate any pointers. I can't see the wood for the trees @ the mo.

        Thanks

        Lee.
        http://www.ihavetohave.it

        Comment


          #5
          Ooops. I munged my line above it should have been.

          Code:
          <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
          Bet it works now.

          Norman
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Top man Norman! You are a star. Again
            http://www.ihavetohave.it

            Comment

            Working...
            X