This problem only exists when I run my site in Google Chrome. Either from my cellphone or my PC.
I have the following line in my <head> section. All of my .js files are stored in the javascripts folder:
<SCRIPT type = "text/javascript" src = "javascripts/common.js" ></SCRIPT>
Google chrome will not load the file!
So, I copied the common.js file into my website's home directory and renamed it to local_common.js.
I then changed my script load to this (no folder designation):
<SCRIPT type = "text/javascript" src = "local_common.js" ></SCRIPT>
And it works!!
Why??
Thanks in advance,
Jerry
Jerry Scannell
I have the following line in my <head> section. All of my .js files are stored in the javascripts folder:
<SCRIPT type = "text/javascript" src = "javascripts/common.js" ></SCRIPT>
Google chrome will not load the file!
So, I copied the common.js file into my website's home directory and renamed it to local_common.js.
I then changed my script load to this (no folder designation):
<SCRIPT type = "text/javascript" src = "local_common.js" ></SCRIPT>
And it works!!
Why??
Thanks in advance,
Jerry
Jerry Scannell