Update page.html

This commit is contained in:
Val
2018-11-08 08:43:05 -05:00
committed by GitHub
parent 33f646925e
commit a32ad90b7e

View File

@@ -9,9 +9,10 @@
<body>
<h4>Test different document types</h4>
<button onclick="captureJSON()">Click here to capture JSON Data</button>
<button>Click here to capture XML Data</button> <!-- onclick="captureXML()" -->
<button onclick="captureXML()">Click here to capture XML Data</button>
<button>Click here to capture HTML Data</button> <!-- onclick="captureHTML()" -->
<div id="capturedJSON"></div><div id="capturedXML"></div><div id="HTML"></div>
<script src="js/jsonCap.js"></script>
<script src="js/xmlCap.js"></script>
</body>
</html>