Skip to content

Instantly share code, notes, and snippets.

@cou929
Created February 23, 2012 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cou929/1892779 to your computer and use it in GitHub Desktop.
Save cou929/1892779 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Ajax integration text</title>
</head>
<body onload="startSuccessfullGetTest()">
<h1>Ajax Integration Test</h1>
<div id="output"></div>
<script type="text/javascript" src="ajax.js"></script>
<script type="text/javascript" src="successful_get_test.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment