I recommend checking the paths. Instead of using local paths to the files, modify them and make them look like relative paths. Something like this:
src="C:\test\test.js"
to
src="\test\test.js"
Many problems can be fixed this way. The relative path tweak will always fix problems with display. Secondly, make sure the files are in their right place.