2025-03-27 15:05:14 +08:00

29 lines
852 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="SuperMap.RealEstate.SendRec.Modules.WebForm1" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<script>
//jQuery(document).ready(function () {
// jQuery("input").each(function () {
// if ($(this).attr("readyonly") == "readyonly")
// {
// var obj = $(this).next("img");
// $(obj).remove();
// }
// });
//});
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" />
</div>
</form>
</body>
</html>