summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/deluser.asp
blob: 3157b3513c78b127d9300f46a2882f7b694f0e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<!- Copyright (c) Go Ahead Software Inc., 2000-2000. All Rights Reserved. ->
<head>
<title>Delete a User</title>
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="style/normal_ws.css" type="text/css">
<% language=javascript %>
</head>

<body>
<h1>Delete a User</h1>
<form action=/goform/DeleteUser method=POST>

<table>
<tr>
<% MakeUserList(); %>
</tr>
<tr>
    <td></td>
      <td ALIGN="CENTER"> 
        <input type=submit name=ok value="OK" title="Delete the User"> <input type=submit name=ok value="Cancel"></td>
</tr>
</table>

</form>

</body>
</html>