aboutsummaryrefslogtreecommitdiff
path: root/ajax/database/index.htm
diff options
context:
space:
mode:
Diffstat (limited to 'ajax/database/index.htm')
-rw-r--r--ajax/database/index.htm20
1 files changed, 0 insertions, 20 deletions
diff --git a/ajax/database/index.htm b/ajax/database/index.htm
deleted file mode 100644
index 98b0009..0000000
--- a/ajax/database/index.htm
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-<head>
-<script type="text/javascript" src="selectuser.js"></script>
-</head>
-<body>
-
-<form>
-Select a User:
-<select name="users" onchange="showUser(this.value)">
-<option value="1">Peter Griffin</option>
-<option value="2">Lois Griffin</option>
-<option value="3">Glenn Quagmire</option>
-<option value="4">Joseph Swanson</option>
-</select>
-</form>
-<br />
-<div id="txtHint"><b>Person info will be listed here.</b></div>
-
-</body>
-</html> \ No newline at end of file