html - My WebPage wont recognize javascript files on folders -
Help me with this people so I have 2 functions inside each of an independent .js file. Both are imported into an HTML webpage as shown below.
& lt; Script type = "text / javascript" src = "DownloadTimeLine.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "flipbank / flip banks. Js" & gt; & Lt; / Script & gt;
Now inside this body tag I run this script.
& lt; Script & gt; TestingTimeLine (); // Task FlipBank (); // do not work & lt; / Script & gt;
The problem is "test flipbank ()" which is a function inside flipbank / flipbank. JS will not work, but TestTimeLine () which is inside DownloadTimeLine.js will work. "FlipBank / Flipbank .JS" function test flip bank () {what is wrong with the test inside the warning ("Flipbank .JS record confirmation navevo");
} // Inside "DownloadTimeLine.js" function TestingTimeLine () {Warning ("DownloadTimeLine.js acceso garantizado"); }
I have confirmed that the path is correct, but it seems that my .js files are used while working within a folder. If I am wrong, then correct me.
Comments
Post a Comment