Can I compare values form two separate html file using single javascript file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I compare values form two separate html file using single javascript file?

Please answering this one if you can. >Can I compare values form two separate html file using single javascript file? How ? And why?

16th Dec 2020, 5:41 PM
Kyaw Kyaw Soe
Kyaw Kyaw Soe - avatar
1 Answer
0
Yes you can do that but you probably need to have a common store where those different values would be stored before you can compare them, either in session storage, cookie, local storage or database depending on the sensitivity of the data in question.
17th Dec 2020, 10:15 AM
africana
africana - avatar