Update page.html
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<title>Ajax</title>
|
<title>Ajax</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="cache-control" content="must-revalidate, no-store, no-cache">
|
<meta http-equiv="cache-control" content="must-revalidate, no-store, no-cache">
|
||||||
<style>*{font-family:Arial;}</style>
|
<style>*{font-family:Arial;}body{margin:24px auto;width:870px;}</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h4>Test different document types</h4>
|
<h4>Test different document types</h4>
|
||||||
@@ -12,5 +12,6 @@
|
|||||||
<button onclick="captureXML()">Click here to capture XML</button>
|
<button onclick="captureXML()">Click here to capture XML</button>
|
||||||
<button onclick="captureHTML()">Click here to capture HTML</button>
|
<button onclick="captureHTML()">Click here to capture HTML</button>
|
||||||
<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>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user