Hello,
In my hobby project I wants to switch between two pages tpGraph.js and tempGraph.js
both scripts are mentioned in my index.html
<button id="reset" style="width: 4.4em;">Reset</button><br>
<button id="refresh" style="width: 4.4em;">Refresh</button>
</div>
</center>
<script src="tempGraph.js"></script>
<script src="tpGraph.js"></script>
Howe to proceed/program and or find explenation link?
Like to hear,
ilioSS