Create page.html
This commit is contained in:
16
ajax-requests/page.html
Normal file
16
ajax-requests/page.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Ajax</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="cache-control" content="must-revalidate, no-store, no-cache">
|
||||
<style>*{font-family:Arial;}</style>
|
||||
</head>
|
||||
<body>
|
||||
<h4>Test different document types</h4><br />
|
||||
<button onclick="captureJSON()">Click here to capture JSON</button>
|
||||
<button onclick="captureXML()">Click here to capture XML</button>
|
||||
<button onclick="captureHTML()">Click here to capture HTML</button>
|
||||
<div id="capturedJSON"></div><div id="capturedXML"></div><div id="HTML"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user