| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 515 人关注过本帖
标题:99999按确定后无反映的ASP.
只看楼主 加入收藏
aa6635224
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2005-11-29
收藏
 问题点数:0 回复次数:0 
99999按确定后无反映的ASP.

99999按确定后无反映的ASP.
这段本来是添加产品的源码,可是不知道怎么了 按确定后就无反映 求高手指点.



<%@ codepage ="936" %>
<%
if id=session("id") then
session("pageid")="cpadd"
response.redirect "../../login/login1.asp"
else
dim ty
id=session("id")
%>
<!--#include file="../../conn/dbconn2.asp"-->
<!--#include file="../../inc/config.asp"-->
<script LANGUAGE="JavaScript">
function CheckForm()
{
if (editor.EditMode.checked==true)
document.Form1.Content.value=editor.HtmlEdit.document.body.innerText;
else
document.Form1.Content.value=editor.HtmlEdit.document.body.innerHTML;
return true;
}
function check()
{
if (document.Form1.cpmc.value=="")
{
alert("产品名称不能为空")
document.Form1.cpmc.focus()
document.Form1.cpmc.select()
return
}
//if (document.Form1.cpbh.value=="")
//{
//alert("产品编号不能为空")
//document.Form1.cpbh.focus()
//document.Form1.cpbh.select()
//return
//}
//if (document.Form1.cpsb.value=="")
//{
//alert("产品商标不能为空")
//document.Form1.cpsb.focus()
//document.Form1.cpsb.select()
//return
//}
if (document.Form1.cpcd.value=="")
{
alert("产品产地不能为空")
document.Form1.cpcd.focus()
document.Form1.cpcd.select()
return
}
if ((document.Form1.cpjg.value=="") || isNaN(document.Form1.cpjg.value))
{
alert("请认真输入参考价格(输入数字)!");
document.Form1.cpjg.focus();
document.Form1.cpjg.select();
return false;
}
if (document.Form1.sortid.value=="")
{
alert("行业类别不能为空")
document.Form1.sortid.focus()
return
}
if (document.Form1.typeid.value=="")
{
alert("行业子类别为能为空!")
document.Form1.typeid.focus()
return
}
if (document.Form1.cat_sel_name.value==" >> ")
{
alert("行业类别为能为空,请选择!")
document.Form1.sortid.focus()
return
}
//if (document.Form1.file.value=="")
//{
//alert("请上传产品图片")
//document.Form1.file.focus()
//document.Form1.file.select()
//return
//}
//if (document.Form1.cpgg.value=="")
//{
//alert("产品规格不能为空")
//document.Form1.cpgg.focus()
//document.Form1.cpgg.select()
//return
//}
if (document.Form1.jysm.value=="")
{
alert("简要说明不能为空!")
document.Form1.jysm.focus()
document.Form1.jysm.select()
return
}
if (document.Form1.lxr.value=="")
{
alert("联系人不能为空")
document.Form1.lxr.focus()
document.Form1.lxr.select()
return
}
if (document.Form1.sccj.value=="")
{
alert("公司名称不能为空")
document.Form1.sccj.focus()
document.Form1.sccj.select()
return
}
if (document.Form1.address.value=="")
{
alert("联系地址不能为空")
document.Form1.address.focus()
document.Form1.address.select()
return
}
if (document.Form1.sf.value=="")
{
alert("所在区域不能为空")
document.Form1.sf.focus()
document.Form1.sf.select()
return
}
if (document.Form1.city.value=="")
{
alert("所在城市不能为空")
document.Form1.city.focus()
document.Form1.city.select()
return
}
if (document.Form1.phone.value=="")
{
alert("联系电话不能为空")
document.Form1.phone.focus()
document.Form1.phone.select()
return
}
if (document.Form1.email.value=="")
{
alert("电子邮件不能为空")
document.Form1.email.focus()
document.Form1.email.select()
return
}
CheckForm()
document.Form1.submit()
}
</SCRIPT>
<SCRIPT language=javascript>
function PopupCatSel()
{
var selProdWnd=window.open("../../login/select_sort.asp","new","resizable=yes,width=580,height=320,top=0,scrollbars=yes");
if(selProdWnd.opener== null)
selProdWnd.opener = self;
return false;
}
</SCRIPT>
<SCRIPT language=javascript src="../images/zyok.JS"></SCRIPT>
<script language="javascript">
function show_sader(mylink)
{
window.open(mylink,'','top=140,left=200,width=480,height=200,scrollbars=yes')
}

搜索更多相关主题的帖子: ASP 
2005-11-29 14:41
快速回复:99999按确定后无反映的ASP.
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.029527 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved