📄 kefu.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="guanli_kefu1, App_Web_y6kibw5n" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>客服编辑</title>
<script type="text/javascript">
function xuanzhong(src)
{
tianjia.style.display="none";
shanchu.style.display="none";
src.style.display="block";
}
</script>
</head>
<body>
<form id="form1" runat="server" style=" text-align : center ">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td style=" text-align : left">
请选择要编辑的客服类别<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
<asp:ListItem Selected="True">qq</asp:ListItem>
<asp:ListItem>msn</asp:ListItem>
<asp:ListItem>邮箱</asp:ListItem>
<asp:ListItem>电话</asp:ListItem>
<asp:ListItem>传真</asp:ListItem>
</asp:DropDownList><br />
<asp:RadioButton ID="RadioButton1" runat="server" onclick="xuanzhong(tianjia)" Text="添加客服" GroupName="xuan" Checked="True"/><br />
<div id="tianjia" style=" display : block">
请输入<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>:<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><br />
</div>
<asp:RadioButton ID="RadioButton2" runat="server" onclick="xuanzhong(shanchu)" Text="删除客服" GroupName="xuan"/><br />
<div id="shanchu" style=" display : none">
请选择要删除的客服<asp:DropDownList ID="DropDownList2" runat="server">
</asp:DropDownList>
</div>
</td>
</tr>
</table>
<asp:Button ID="Button1" runat="server" Text="确定" OnClick="Button1_Click" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -