?? s_left.aspx
字號:
<%@ Page language="c#" Codebehind="s_left.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.user.storage.s_left" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>s_left</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
<link href="../../styCss/fontSty.css" rel="stylesheet" type="text/css">
<style> BODY { FONT-SIZE: 12px; FONT-FAMILY: 宋體 }
</style>
<link href="../../styCss/sty1.css" rel="stylesheet" type="text/css">
<script language="javascript">
function querySubmit()
{
var url = "storageList_Now.aspx?pCode="+document.Form1.pCode.value+"&pName="+document.Form1.pName.value;
//alert(url);
parent.frames['storage_main'].document.Form1.action = url;
parent.frames['storage_main'].document.Form1.submit();
}
</script>
</HEAD>
<body MS_POSITIONING="GridLayout" topmargin="0" leftmargin="0">
<form id="Form1" method="post" runat="server">
<table height="5">
<tr>
<td></td>
</tr>
</table>
<table width="230" height="98%" border="0" align="right" cellpadding="0" cellspacing="0"
class="hTable_cro">
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" height="20" class="whitFont" background="../../Image/titleLine.gif">庫存查詢</td>
</tr>
<tr>
<td height="30"> 產(chǎn)品查詢(支持模糊查詢)</td>
</tr>
<tr>
<td align="left"> 產(chǎn)品編號:
<input type="text" name="pCode">
</td>
</tr>
<tr>
<td align="left"> 產(chǎn)品名稱:
<input type="text" name="pName">
</td>
</tr>
<tr>
<td align="center"><label>
<input type="image" src="../../Image/queryBtn.gif" onClick="javascript:querySubmit()" name="Submit" value="提交">
</label></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="bottom">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr onMouseOver="this.bgColor='LemonChiffon'" onMouseOut="this.bgColor=''">
<td class="table_topLine" height="32"> <img src="../../Image/classStat.gif" width="18" height="18">
<a href="product_shouldIn.aspx" target="storage_main"><font color="#000000">所有未入庫產(chǎn)品</font></a></td>
</tr>
<tr onMouseOver="this.bgColor='LemonChiffon'" onMouseOut="this.bgColor=''">
<td class="table_topLine" height="32"> <img src="../../Image/classStat.gif" width="18" height="18">
<a href="product_InOver.aspx" target="storage_main"><font color="#000000">所有已入庫產(chǎn)品</font></a></td>
</tr>
<tr onMouseOver="this.bgColor='LemonChiffon'" onMouseOut="this.bgColor=''">
<td class="table_topLine" height="32"> <img src="../../Image/classStat.gif" width="18" height="18">
<a href="storageList_Now.aspx" target="storage_main"><font color="#000000">現(xiàn)有庫存產(chǎn)品</font></a></td>
</tr>
<tr onMouseOver="this.bgColor='LemonChiffon'" onMouseOut="this.bgColor=''">
<td class="table_topLine" height="32"> <img src="../../Image/classStat.gif" width="18" height="18">
<a href="storageList_Now.aspx" target="storage_main"><font color="#000000">所有庫存初始化記錄</font></a></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -