Update page.html
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<body>
|
||||
<h4>Test different document types</h4>
|
||||
<button onclick="captureJSON()">Click here to capture JSON Data</button>
|
||||
<button onclick="captureXML()">Click here to capture XML Data</button>
|
||||
<button onclick="captureHTML()">Click here to capture HTML Data</button>
|
||||
<button>Click here to capture XML Data</button> <!-- onclick="captureXML()" -->
|
||||
<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>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user