0
How do i declare an external json in my html files
2 Réponses
+ 3
I'm new to this but I believe you can right it between the head and body. use <script src="whateverthefilenameis.js></script>
+ 1
You should use an XMLHttpRequest in your script. Look for details in Google.