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