I have 4 *.js files that I am referring to with <script src=*.js></script>
call the files A, B, C, and D.
From file "A" I can view and use variable "Data1" from file "D".
From file "B" I CANNOT view nor use variable "Data1" from file "D".
What's up with that?
Any ideas...?
call the files A, B, C, and D.
From file "A" I can view and use variable "Data1" from file "D".
From file "B" I CANNOT view nor use variable "Data1" from file "D".
What's up with that?
Any ideas...?
Comment