?? brand_search.asp
字號:
<%
'OA 表單生成器1.0
'功能:查詢注冊商標
%>
<!--#include file="../inc/Secure.asp"-->
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/Const.asp"-->
<%
'response.buffer=false
'------------------------------------------------設置參數
LoginID=trim(Session("LoginID")) : if LoginID="" then LoginID=0 '當前用戶ID
'------------------------------------------------
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/main.css" type=text/css>
<title>main</title>
<script src="../js/Popup.js"></script>
<script src="../js/formatdate.js"></script>
<script src="../js/front_chec.js"></script>
</head>
<body topmargin="10" leftmargin="10">
<!--#include file="brand_menu.html"-->
<hr width="100%" size=1 color="#000000">
<br>
<div align="center">
<table width="500" cellspacing="1" cellpadding="2" class="tab">
<tr>
<td width="100%" class="tdTop">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="tdTop">
<p align="left"><img border="0" src="../images/icon_title.gif" align="left">查詢注冊商標</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="25%" class="td1">
<form name="eventfrm" method="GET" action="brand_list.asp" onSubmit="return checknull(this)">
<table border="0" width="100%" cellspacing="10" cellpadding="0">
<tr>
<td width="100" align="right" valign="top" nowrap>錄入日期:</td>
<td width="400" nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="sdate" class="input" check_date="日期格式錯誤" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="選擇日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.sdate, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a> 至
<input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="sdate_end" class="input" check_date="日期格式錯誤" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="選擇日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.sdate_end, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>登記所:</td>
<td width="400" nowrap>
<select size="1" name="area" class="input">
<option value="<%=Session("DepID")%>"><%=GetTableValue("tbioaDepartment","Name","id",Session("DepID"))%></option>
<%Call pOptions("tbioaDepartment","Name",Session("DepID"),0,"├-")%>
</select>
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>商標類別:</td>
<td width="400" nowrap>
<select size="1" name="sort" class="input">
<option value="">不限制</option>
<%Call Options("tbioaBrandSort","name",0)%>
</select>
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>注冊商標名稱:</td>
<td width="400" nowrap><input type="text" name="sbmc" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>使用商品:</td>
<td width="400" nowrap><input type="text" name="sysp" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>商標注冊人:</td>
<td width="400" nowrap><input type="text" name="qymc" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>申請日期:</td>
<td width="400" nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="sqrq" class="input" check_date="日期格式錯誤" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="選擇日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.sqrq, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a> 至
<input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="sqrq_end" class="input" check_date="日期格式錯誤" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="選擇日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.sqrq_end, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>注冊日期:</td>
<td width="400" nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="zcrq" class="input" check_date="日期格式錯誤" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="選擇日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.zcrq, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a> 至
<input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="zcrq_end" class="input" check_date="日期格式錯誤" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <a href=# title="選擇日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.zcrq_end, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>注冊證號:</td>
<td width="400" nowrap><input type="text" name="zczh" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>續展:</td>
<td width="400" nowrap><input type="text" name="xz" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td width="100" align="right" valign="top" nowrap>轉讓:</td>
<td width="400" nowrap><input type="text" name="zr" size="40" maxlength="250" class="input">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
<input type="submit" value="查詢" class="button0" onmouseout=className="button0" onmouseover=className="button1"> <input type="reset" value="全部重寫" class="button0" onmouseout=className="button0" onmouseover=className="button1">
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td width="25%" class="tdBottom">
</td>
</tr>
</table>
</div>
</body>
</html>
<%'釋放對象變量
oConn.close
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -