external js file not reaching client pc

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TimSki
    New Member
    • Jan 2008
    • 83

    external js file not reaching client pc

    Hi All,

    I have a webpage and striaght after the body tag i have

    Code:
    <script language="javaScript" type="text/javascript" src="functionLibrary.js"></script>
    which clearly includes an external js file.

    this works great for almost all users (there are around 2000) but i now have a customer who is getting the webpage but the js file is blocked or not being downloaded at all. I know this because certain parts of the site which depend on the js file don't work and simplt throw a js error saying the function doesn't exist.

    It would appear to be browser and pc independent ???

    Any ideas ?
    Last edited by gits; Jul 31 '10, 01:32 PM. Reason: added code tags
  • JKing
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    Does the client have javascript disabled?

    Comment

    • TimSki
      New Member
      • Jan 2008
      • 83

      #3
      good thought but js IS enabled.

      Comment

      • JKing
        Recognized Expert Top Contributor
        • Jun 2007
        • 1206

        #4
        Have you tested it in the same browser as the client is using?

        Comment

        • gits
          Recognized Expert Moderator Expert
          • May 2007
          • 5390

          #5
          it might even be a caching issue ...

          Comment

          Working...