sdcms在线提交的程序
感谢大家的支持! 成功的人生,需要自己去经营,别再说了,莫再等了,现在就为自己的人生做好规划,为人生点亮一盏明灯,赢在人生起跑点上。
代码如下 !
<!--#include file="inc/conn.asp" --> .
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
body,td,th {
font-size: 12px;
}
-->
</style> .
<script language=javascript>
function isfull()
{
var title = document.myform.title.value;
var content = document.myform.content.value;
var classid = document.myform.classid.value;
var author = document.myform.author.value;
var code = document.myform.code.value;
if(title == "")
{
alert("标题呢?");
document.myform.title.focus(); ..
return false;
}
if(content == "")
{
alert("多少写点内容吧");
document.myform.content.focus();
return false;
}
if(classid == "")
{
alert("选分类哦...");
document.myform.classid.focus(); .
return false;
}
if(author == "")
{
alert("留下您的大名吧");
document.myform.author.focus();