Object Expected error code 0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ducks1010
    New Member
    • Oct 2007
    • 4

    Object Expected error code 0

    I get an error message with the below page of Object Expected, Error Code 0. The page loads fine except for the flash code, which is connected to AC_RUnActiveCon tent.js.

    The page works fine on a sub folder or on my testing server or any other location I can find, but when I uploaded this page to the web root, wwwroot, it doesn't work.

    Don't know if it's a Javascript error, IIS or what. Your Help GREATLY appreciated.

    http://www.askesis.com/index_new.html
  • Logician
    New Member
    • Feb 2007
    • 210

    #2
    Originally posted by ducks1010
    I get an error message with the below page of Object Expected, Error Code 0.
    For usable error messages, do your debugging with Firefox and the Firebug extension.
    The page loads fine except for the flash code, which is connected to AC_RUnActiveCon tent.js.
    The trouble is that it isn't; try uploading it.

    Comment

    • Ferris
      New Member
      • Oct 2007
      • 101

      #3
      Hi

      the page couldn't find js file:
      http://www.askesis.com/Scripts/AC_RunActiveCon tent.js

      try to upload it again

      Comment

      • ducks1010
        New Member
        • Oct 2007
        • 4

        #4
        I did upload it again and it still doesn't work. I also checked and everyone has permissions to the folder. I had thought that maybe it couldn't access the folder but the file is there.

        Comment

        • Ferris
          New Member
          • Oct 2007
          • 101

          #5
          hi

          the error I got is:"HTTP 403.2 - Forbidden: Read Access Forbidden",so,y ou still have no permissions to visit "Scripts".

          create another directory,chang e the code and try again.

          Comment

          • Logician
            New Member
            • Feb 2007
            • 210

            #6
            Originally posted by ducks1010
            I did upload it again and it still doesn't work. I also checked and everyone has permissions to the folder. I had thought that maybe it couldn't access the folder but the file is there.
            According to your HTML, the URL of the file should be:

            Comment

            • ducks1010
              New Member
              • Oct 2007
              • 4

              #7
              For kicks I moved the location of the AC_RunActiveCon tent to another sub-folder and changed the path to reflect that, and it works.

              As a test I deleted the scripts folder, then recreated it and added the content back into it, changed the pointer in my html back to it and it didnt' work, same errors.

              I don't know why I have problems with the folder called scripts.

              I'll just move the content and change the path in my html to reflect that.

              That's probably the easiest route but if anyone can explain my problem, please do so, as I'm still curious as to why it wouldn't work.

              Thanks for your help.

              Comment

              Working...