?? activeadd.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="/logistics/CSS/style.css">
<title>
placard_show page
</title>
<style type="text/css">
<!--
.style2 {color: #FF0000}
-->
</style></head>
<script language="javascript">
function check()
{
if(form1.title.value=="")
{
alert("請?zhí)顚憳?biāo)題!??!");
form1.title.focus();
return false;
}
if(form1.title.value.length>5)
{
alert("請?zhí)顚憙?nèi)容?。?!");
form1.title.focus();
form1.title.value="";
return false;
}
if(form1.content.value=="")
{
alert("請?zhí)顚憙?nèi)容?。。?quot;);
form1.content.focus();
return false;
}
if(form1.author.value=="")
{
alert("請?zhí)顚懽髡撸。。?quot;);
form1.author.focus();
return false;
}
}
</script>
<body bgcolor="#ffffff">
<form method="POST" action="/logistics/Manager/Active/activeadd_config.jsp"name="form1">
<table width="785" height="174" border="1" align="center" cellpadding="0" cellspacing="0"bordercolor="#FFFFFF" bordercolordark="#333333" bordercolorlight="#FFFFFF">
<tr>
<td width="100%" height="39">
<p align="center"><font size="7" face="隸書">物流動態(tài)信息發(fā)布</font></td>
</tr>
<tr>
<td width="100%" height="37"><font size="5">標(biāo)題:
<input type="text" name="title" size="37">
</font><span class="style2">* </span>標(biāo)題最多能夠填寫50個字符.</td>
</tr>
<tr>
<td width="100%" height="37">* 注意以下內(nèi)容最多可以寫2000個字</td>
</tr>
<tr>
<td width="100%" height="36">
<textarea rows="20" name="content" cols="100"></textarea></td>
</tr>
<tr>
<td width="100%" height="37"><font size="5">作者:
<input type="text" name="author" size="37"></font></td>
</tr>
<tr>
<td width="100%" height="16">
<input type="submit" value="發(fā)布" name="B1"onClick="return check()">
<input type="reset" value="重寫" name="B2">
<a href="/logistics/Manager/Active/active.jsp">返回</a>
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -