📄 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 + -