📄 commfkeypage.aspx
字号:
<%@ Page language="c#" Codebehind="CommFkeyPage.aspx.cs" AutoEventWireup="false" Inherits="comm.CommFkeyPage" %>
<%@ Register TagPrefix="cc1" Namespace="E3S.Controls" Assembly="E3S.Controls" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<base target="_self">
<title>引用记录</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="css/oa_css.css" type="text/css" rel="stylesheet">
<script language="javascript">
<!--
function GetDialogRet(table,col,refcol,strUrl)//获得窗口返回值
{
//window.open(strUrl + "?Ran=" + Math.random()+"&tablename="+table+"&ip=<%=Session["ip"]%>&usr=<%=Session["usr"]%>&pwd=<%=Session["pwd"]%>&system=<%=Session["system"]%>");
/**/
//var ret=new Array(3);
var ret = window.showModalDialog(strUrl + "?Ran=" + Math.random()+"&tablename="+table+"&col="+refcol, "", "dialogHeight: 575px; dialogWidth: 720px; edge: Raised; center: Yes; help: No; resizable: No; status: No;");
//window.alert(ret);
if (ret != null)
{
document.all["edit_"+col].value = ret.split(',')[0];
document.all["hidtxt_"+col].value = ret.split(',')[1];
}/**/
}
function clear_txt(col)
{
document.all["edit_"+col].value="";
document.all["hidtxt_"+col].value="";
}
-->
</script>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table width="100%">
<tr>
<td align="left"></td>
</tr>
<tr>
<td align="left"><asp:panel id="Panel_Operate" runat="server" Width="100%">
<TABLE class="maintext" height="10" cellSpacing="1" cellPadding="2" width="100%" bgColor="#486d95"
border="0">
<TR bgColor="#e1f0fc">
<TD align="right">
<asp:Label id="lbl_tablename" runat="server" Visible="False">Label</asp:Label>
<asp:Label id="hid_act" runat="server" Visible="False"></asp:Label>
<asp:ImageButton id="ibtn_qry" runat="server" ImageUrl="images/button/search_1.gif"></asp:ImageButton>
<asp:ImageButton id="ibtn_clr" runat="server" ImageUrl="images/button/clean_.gif"></asp:ImageButton></TD>
</TR>
</TABLE>
</asp:panel></td>
</tr>
<tr>
<td align="left"><asp:panel id="Panel_Edit" runat="server" Width="100%" Height="10px"><!--<TABLE class="" height="1" cellSpacing="1" cellPadding="2" width="100%" bgColor=""
border="0">
<TR bgColor="">
<TD>-->
<asp:Table class="maintext" id="ht" runat="server" Font-Bold="True" Font-Size="8pt" border="0"
cellpadding="2" cellspacing="1" bordercolor="White" bgcolor="486D95" rules="cols" borWidth="768px"
BorderlighColor="LightGray" width="100%"></asp:Table> <!--</TD>
</TR>
</TABLE>-->
</asp:panel></td>
</tr>
<tr>
<td align="left"></td>
</tr>
<tr>
<td align="center"><asp:panel id="Panel_DG" runat="server" Width="100%"><!--<TABLE class="maintext" height="1" cellSpacing="1" cellPadding="2" width="100%" bgColor="#486d95"
border="0">
<TR bgColor="#e1f0fc">
<TD><DIV style="OVERFLOW: auto; WIDTH: 750px; HEIGHT: 300px">--><FONT face="宋体">
<asp:datagrid id="dg" runat="server" Font-Size="X-Small" cellspacing="1" width="100%" BorderColor="#466599"
AutoGenerateColumns="False" Borderwidth="0px" BackColor="#486D95" AllowSorting="True" CellPadding="2">
<SelectedItemStyle Font-Bold="True"></SelectedItemStyle>
<AlternatingItemStyle Font-Size="8pt" BackColor="#CBDEF5"></AlternatingItemStyle>
<ItemStyle Font-Size="8pt" BackColor="#F1F6FC"></ItemStyle>
<HeaderStyle Font-Size="8pt" Font-Bold="True" HorizontalAlign="Center" BackColor="#89B6E3"></HeaderStyle>
<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
<PagerStyle Visible="False"></PagerStyle>
</asp:datagrid></FONT><!--</DIV></TD>
</TR>
</TABLE>--></asp:panel></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -