Answers for "read from javascript file in html"

130

calling javascript file in html

<script type="text/javascript" src="yourfile.js"></script>
Posted by: Guest on February-23-2020
2

open a html file using js

// In case I don't want any buttons or links to open a document
// I just want to open a document
window.open('file.extension');
Posted by: Guest on March-07-2021

Code answers related to "read from javascript file in html"

Browse Popular Code Answers by Language