This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Failed to Load Resource Javascript?
02-26-2014, 03:26 AM
Post: #2
 
The problem is that you're opening this file on your own computer, not on a server.
The script is linked using the "//.." notation, which will use the same protocol as the page, in this case "file", not "http".

Try changing this line:
js.src = "//connect.facebook.net/en_US/all.js";

to:
js.src = "http://connect.facebook.net/en_US/all.js";

(yahoo cuts off the line, just add "http:" at the start)

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Chris - 02-26-2014 03:26 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)