External JavaScript code page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mdurkee
    Mivite

    • Mar 2011
    • 151

    #1

    External JavaScript code page

    I have my JavaScript code in external documents and link to my pages in the footer of my site. All of a sudden one of those external code pages are no longer working.
    What could have happened to make those stop working?

    Here is the code in the global footer -
    Code:
    <script type="text/javascript" src="../js/plugins.js"></script>
    <script type="text/javascript" src="../js/mvscreen.js"></script>
    <script type="text/javascript" src="../js/slides.min.jquery.js"></script>
    <script type="text/javascript" src="../js/jquery.easing.1.3.js"></script>
    I can't find anything at all that has changed recently to have made it stop connecting to the mvscreen.js file.
    Can anyone out there give me a hint?
    Maxanne Durkee
    Heavyweight Collections - Premium Heavy T-Shirts
    Facebook, Twitter, Blog
  • Bruce - PhosphorMedia
    Developer Partner











    • Mar 2006
    • 11256

    #2
    Re: External JavaScript code page

    Have you tried just opening the file from a fully qualified url? The file could be missing or corrupted.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment

    • nottheusual1
      Mega Mivite


      • Jul 2008
      • 1124

      #3
      Re: External JavaScript code page

      I did a view source on your home page and clicked on the link to the javascript and it loaded into the view source, so my browser(s) had no problem finding it.

      Comment

      Working...
      X