?? patent_plan_info.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" %>
<%@ page import="java.util.Date,java.text.SimpleDateFormat" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>無標(biāo)題文檔</title>
</head>
<script language="javascript">
<!--
function check() {
var sign;
sign="1"
if(form1.plan_context.value.length==0)
{sign=0;
alert("計劃不能為空!")
}
if(sign==1)
{
form1.submit();
}
}
//-->
</script>
<style TYPE="text/css">
<!--
body {font-size:10pt;color:#415161}
td {font-size:10pt;color:#415161}
th {font-size:10pt;color:#415161}
</style>
<%
SimpleDateFormat df=new SimpleDateFormat("yyyy");
String date=df.format(new Date());
%>
<form name="form1" method="post" action="patent_plan_info_co.jsp">
<table width="100%" border="1" cellspacing="0" bordercolor="#CCCCFF">
<tr>
<td bgcolor="#CCCCFF"><strong><%=(String)session.getValue("enterprise_name")%></strong></td>
</tr>
<tr>
<td><strong><%=date%>年 專利申請計劃 </strong></td>
</tr>
<tr>
<td> <div align="left">
<textarea name="plan_context" cols="100" rows="20"></textarea>
</div></td>
</tr>
</table>
<div align="right">
<input type="button" name="Submit" value="提交" onclick="check()">
</div>
</form>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -