Announcement

Collapse
No announcement yet.

Coding Error on homepage only on some machines...

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

    Coding Error on homepage only on some machines...

    Hi,

    We have recently launched www.hathawaystyles.co.uk its an online shop for a Jewellery Manafacturer based in the Jewellery Quarter, Birmingham.

    The site is all up and running and fully functioning.

    I am getting a strange error which appears on some machines and not others.

    While testing in IE6 and IE7 I get the following error just on the homepage:

    "Done but with errors on the page" I have exanmined the lines in the code and they seem fine...

    Could anyone offer any advice on debugging this and let me know if its happening on their machine?

    I have had a look at some of the V9 showcase sites and a couple give the same error:

    http://www.a2zfire.co.uk/

    and this site a different syntax error on the homepage:

    http://www.aspak.co.uk/

    Any feedback would be much appreciated!

    #2
    View the site using firefox and use firebug to help you de-bug

    Comment


      #3
      We have tried this, but cant find the error... dont know if it could be an onload error?

      Actinic is good software but would be nice if it validated... Hopefully this will be sorted in future releases.

      Can anyone lese help me with this?

      Cheers

      Comment


        #4
        Actinic will never validate dueto the proprietry tags it includes.

        there is a developer tool bar for IE, this may help find what IE is objecting too

        http://www.microsoft.com/downloads/d...displaylang=en

        Nice site BTW

        Comment


          #5
          Wow never knew this existed... Looks a bit complicated...

          I still havent been able to fix the problem. Is anyone else experiencing it on their machines?

          Any more feedback would be greatly appreciated.

          Ps - Glad you like the site, a lot of hard work went into it!

          Comment


            #6
            Your site looks okay on my pc through IE7. The other 2 sites come up with errors.

            I had exactly the same problem on my both websites and it was Google Analytics code that was giving 'Done but with errors'. All 3 websites have Analytics installed so it may be the same problem?

            The solution to that was given some time ago by NormanRouxel but I couldn't find this post now.

            Basically

            document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

            has to be replaced with:

            document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga" + "." + "js' type='text/javascript'%3E%3C/script%3E"));

            Maybe worth a try.
            ***********************

            Comment

            Working...
            X