summaryrefslogtreecommitdiff
path: root/polux/application/goahead/web/dellimit.asp
blob: f613b60c4443cccab61ca042f486d3fe7a305b83 (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 an Access Limit</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 an Access Limit</h1>
<form action=/goform/DeleteAccessLimit method=POST>

<table>
<tr>
<% MakeAccessLimitList(); %>
</tr>
<tr>
    <td></td>
      <td ALIGN="CENTER"> 
        <input type=submit name=ok value="OK"> <input type=submit name=ok value="Cancel"></td>
</tr>
</table>

</form>

</body>
</html>