<%@ page contenttype="text/html; charset=gb2312" language="java" import="java.sql.*,java.util.*" errorpage="" %>
<jsp:usebean id="show" scope="page" class="test.showkid"/> <jsp:usebean id="test" scope="page" class="test.dbconn"/> <html> <head> <title>mms图片上传</title> <%@ include file="page.css"%> <script language="javascript"> <!-- function check()//检查是否为空值 {var name=document.all.name.value;
if(name==""||name.length<1) { alert("图片说明不能为空"); document.all.name.focus(); return false; } var down=document.all.down.value; if(down==""||down.length<1) { alert("请输入下载次数"); document.all.down.focus(); return false; } var seqno=document.all.seqno.value; if(seqno==""||seqno.length<1) { alert("请输入图片排序"); document.all.seqno.focus(); return false; ... 下一页