Announcement

Collapse
No announcement yet.

Preview Script Error

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

    Preview Script Error

    I am trying to paste the following code into the main landing pages on my site for tracking

    <script language="JavaScript" src="http://www.sayu.co.uk/landing.js?client_id=1799">
    </script>
    <noscript>
    <img height=1 width=1 border=0 src="http://www.sayu.co.uk/landing.js?js=0&client_id=1799">
    </noscript>


    When I paste this in I get constant IE script errors code 0. This error is only within actinic when I move beween sections and the preview appears at the bottom

    Does anyone have any suggestions.
    Jonathan

    #2
    Are you connected to the internet when you are previewing? The browser is trying to download landing.js.

    Comment


      #3
      Yes I am connected to the internet when previewing.

      Why is this one causing problems, googles urchin does not give me any problems.

      Any ideas how to solve it
      Jonathan

      Comment


        #4
        Not sure whether it is important, but i am using IE7
        Jonathan

        Comment


          #5
          Could you generate a preview page and then view the preview page in Mozilla Firefox? You can then go to 'Tools | JavaScript Console' and you will get a much better idea of what the actual error is.

          Although I imagine the problem is in the format of the call with the ? after the .js - this is prably the bit that Actinic can't handle.

          Comment

          Working...
          X