Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/Test/test3.aspx')
-rw-r--r--mcs/class/System.Web/Test/test3.aspx23
1 files changed, 0 insertions, 23 deletions
diff --git a/mcs/class/System.Web/Test/test3.aspx b/mcs/class/System.Web/Test/test3.aspx
deleted file mode 100644
index d8776e45f48..00000000000
--- a/mcs/class/System.Web/Test/test3.aspx
+++ /dev/null
@@ -1,23 +0,0 @@
-<%@ Page Debug="true" %>
-<html>
-<script runat=server language="vb">
-
-Sub AnchorBtn_Click(Source As Object, E as EventArgs)
- Message.InnerText = Message.InnerHtml
- End Sub
-
- </script>
-
-<body>
-<form method=post runat=server>
-
-<a OnServerClick="AnchorBtn_Click" runat=server> Click here at your peril.</a>
-
-<h1>
-<span id="Message" runat=server><span id="Message2" runat=server>narf</span></span>
-</h1>
-
-</form>
-</body>
-</html>
-