php 添加文章(2)
来源:未知 责任编辑:责任编辑 发表时间:2015-09-17 09:43 点击:次
alert("文章摘要不能为空");
article.zhaiyao.focus();
return false;
}
if(article.author.value==''){
alert("文章作者不能为空");
article,author.focus();
return false;
}
if(article.keyword.value==''){
alert("文章关键字不能为空");
article.keyword.focus();
return false;
}
if(article.content.value.length>20){
alert("文章内容不能少于20个字");
article.content.focus();
return fasle
}
}
</script>
</head>
<body>
<div id="main">
后台管理->添加文章
<form name="article" method="post" action="" onsubmit="return vaArticle(this)">
<div class="msg-box">
相关新闻>>
- 发表评论
-
- 最新评论 更多>>