| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 2787 人关注过本帖
标题:怎样才能在点击保存后表单里的内容依然存在。而不是清空或跳到另一页面。
只看楼主 加入收藏
ncnc
Rank: 2
等 级:论坛游民
帖 子:10
专家分:17
注 册:2010-7-26
结帖率:100%
收藏
已结贴  问题点数:30 回复次数:6 
怎样才能在点击保存后表单里的内容依然存在。而不是清空或跳到另一页面。
以下是代码。我是想在我点击保存后,我输入到表单的内容在保存完后依然存在。
就是点完保存后我可以再把前面输入的内容保存一次或多次。而不是清空或跳转其他页面。



<!--#include file="conn.asp"-->
<%if session("admin")="" then
response.Write "<script LANGUAGE='javascript'>alert('网络超时或者您还没有登录请登录');window.location.href='login.asp';</script>"
response.End
else
if session("flag")>2 then
response.Write "<p align=center><font color=red>您没有此项目管理权限!</font></p>"
response.End
end if
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script src="edit.js" type="text/javascript"></script>
<link href="../images/css.css" rel="stylesheet" type="text/css">
</head>

<body>
<%dim count
set rs=server.createobject("adodb.recordset")
rs.open "select * from ssort order by nclassidorder ",conn,1,1%>
<script language = "JavaScript">
var onecount;
onecount=0;
subcat = new Array();
<%
   count = 0
   do while not rs.eof
%>
subcat[<%=count%>] = new Array("<%= trim(rs("Nclass"))%>","<%= rs("anclassid")%>","<%= rs("Nclassid")%>");
<%
        count = count + 1
        rs.movenext
        loop
        rs.close
%>
onecount=<%=count%>;
function changelocation(locationid)
    {
    document.myform.Nclassid.length = 0;
    var locationid=locationid;
    var i;
    for (i=0;i < onecount; i++)
        {
            if (subcat[i][1] == locationid)
            {
             document.myform.Nclassid.options[document.myform.Nclassid.length] = new Option(subcat[i][0], subcat[i][2]);
            }        
        }
    }   
</script>
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
<tr >
<td align="center" background="../images/admin_bg_1.gif" height="25"><b><font color="#ffffff">添加新商品</font></b> </td>
</tr>
<tr >
<form name="myform" method="post" action="saveaddproduct.asp?action=add" OnSubmit="return checkkk()" >
<td>
                                <table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#fbf4f4">
          <tr >
            <td width="30%" align="right">选择商品的分类:</td>
            <td width="70%">
              <%
    rs.open "select * from bsort order by anclassidorder",conn,1,1
    if rs.eof and rs.bof then
    response.write "请先添加栏目。"
    response.end
    else
%>
              大类:
              <select name="anclassid" size="1" id="anclassid" onChange="changelocation(document.myform.anclassid.options[document.myform.anclassid.selectedIndex].value)">
                <option selected value="<%=rs("anclassid")%>"><%=trim(rs("anclass"))%></option>
                <%      dim selclass
         selclass=rs("anclassid")
        rs.movenext
        do while not rs.eof
%>
                <option value="<%=rs("anclassid")%>"><%=trim(rs("anclass"))%></option>
                <%
        rs.movenext
        loop
        end if
        rs.close
%>
              </select>
                小类:
              <select name="Nclassid">
                <%rs.open "select * from ssort where anclassid="&selclass ,conn,1,1
if not(rs.eof and rs.bof) then
%>
                <option selected value="<%=rs("NclassID")%>"><%=rs("Nclass")%></option>
                <% rs.movenext
do while not rs.eof%>
                <option value="<%=rs("NclassID")%>"><%=rs("Nclass")%></option>
                <% rs.movenext
loop
end if
        rs.close
        set rs = nothing
%>
              </select> </td>
          </tr>
          <tr >
            <td align="right">商品名称 </td>
            <td><input name="bookname" type="text" id="bookname" size="30">
            </td>
          </tr>
          <tr >
            <td align="right">商品编号</td>
            <td><input name="grade" type="text" id="grade" ></td>
          </tr>
          <tr >
            <td align="right">所属品牌</td>
            <td><input name="pingpai" type="text" id="pingpai" size="20">
              <%
   set rs_s=server.createobject("adodb.recordset")
   rs_s.open "select * from brand order by pingpaiorder ",conn,1,1
   %>
              <select name="select2" onchange="(document.myform.pingpai.value=this.options[this.selectedIndex].value)">option selected>请选择品牌
                <%
   while not rs_s.eof
   %>
                <option value="<%=rs_s("pingpainame")%>"><%=rs_s("pingpainame")%></option>
                <%
   rs_s.movenext
   wend
   rs_s.close
   set rs_s=nothing
   %>
              </select></td>
          </tr>
          <tr >
            <td align="right"> 商品规格 </td>
            <td><input name="isbn" type="text" id="isbn"></td>
          </tr>
          <tr >
            <td align="right"> 商品单位</td>
            <td> <input name="bookchuban" type="text" id="bookchuban" size="7">
              <%
set rs_s=server.createobject("adodb.recordset")
rs_s.open "select * from unit order by danweiorder ",conn,1,1
%>
              <select name="select" onChange="(document.myform.bookchuban.value=this.options[this.selectedIndex].value)">
                <option selected>请选择单位</option>
                <%
while not rs_s.eof
%>
                <option value="<%=rs_s("danweiname")%>"><%=rs_s("danweiname")%></option>
                <%
rs_s.movenext
wend
rs_s.close
set rs_s=nothing
%>
              </select> </td>
          </tr>
          <tr >
            <td align="right">商品价格 </td>
            <td> 市场价: <input name="shichangjia" type="text" id="shichangjia" size="6" onKeyPress    = "return regInput(this,    /^\d*\.?\d{0,2}$/,        String.fromCharCode(event.keyCode))"
        onpaste        = "return regInput(this,    /^\d*\.?\d{0,2}$/,        window.clipboardData.getData('Text'))"
        ondrop        = "return regInput(this,    /^\d*\.?\d{0,2}$/,        event.dataTransfer.getData('Text'))">
              会员价:
              <input name="huiyuanjia" type="text" id="huiyuanjia" size="6" onKeyPress    = "return regInput(this,    /^\d*\.?\d{0,2}$/,        String.fromCharCode(event.keyCode))"
        onpaste        = "return regInput(this,    /^\d*\.?\d{0,2}$/,        window.clipboardData.getData('Text'))"
        ondrop        = "return regInput(this,    /^\d*\.?\d{0,2}$/,        event.dataTransfer.getData('Text'))">
              VIP价:
              <input name="vipjia" type="text" id="vipjia" size="6" onKeyPress    = "return regInput(this,    /^\d*\.?\d{0,2}$/,        String.fromCharCode(event.keyCode))"
        onpaste        = "return regInput(this,    /^\d*\.?\d{0,2}$/,        window.clipboardData.getData('Text'))"
        ondrop        = "return regInput(this,    /^\d*\.?\d{0,2}$/,        event.dataTransfer.getData('Text'))"></td>
          </tr>
          <tr >
            <td align="right">商品库存 </td>
            <td> 库存数: <input name="kucun" type="text" id="kucun" value="0" size="6" onKeyPress    = "return regInput(this,    /^[0-9]*$/,        String.fromCharCode(event.keyCode))"
        onpaste        = "return regInput(this,    /^[0-9]*$/,        window.clipboardData.getData('Text'))"
        ondrop        = "return regInput(this,    /^[0-9]*$/,        event.dataTransfer.getData('Text'))" >
              已销售:
              <input name="chengjiaocount" type="text" id="chengjiaocount" value="0" size="6" onKeyPress    = "return regInput(this,    /^[0-9]*$/,        String.fromCharCode(event.keyCode))"
        onpaste        = "return regInput(this,    /^[0-9]*$/,        window.clipboardData.getData('Text'))"
        ondrop        = "return regInput(this,    /^[0-9]*$/,        event.dataTransfer.getData('Text'))" readonly>
              积 分:
              <input name="yeshu" type="text" id="yeshu" value="0" size="6" onKeyPress    = "return regInput(this,    /^[0-9]*$/,        String.fromCharCode(event.keyCode))"
        onpaste        = "return regInput(this,    /^[0-9]*$/,        window.clipboardData.getData('Text'))"
        ondrop        = "return regInput(this,    /^[0-9]*$/,        event.dataTransfer.getData('Text'))" >   
            </td>
          </tr>
          <tr >
            <td align="right">商品图片 </td>
            <td> <input name="bookpic" type="text" id="bookpic" size="30"> &nbsp;
              <input type="button" name="Submit2" value="上传小图片" onClick="window.open('../upload.asp?formname=myform&editname=bookpic&uppath=upfile/proimage&filelx=jpg','','status=no,scrollbars=no,top=20,left=110,width=420,height=165')"></td>
          </tr>
          <tr >
            <td></td>
            <td> <input name="zhuang" type="text" id="zhuang" size="30"> &nbsp;
              <input type="button" name="Submit22" value="上传大图片" onClick="window.open('../upload.asp?formname=myform&editname=zhuang&uppath=upfile/proimage&filelx=jpg','','status=no,scrollbars=no,top=20,left=110,width=420,height=165')"></td>
          </tr>
          <tr >
            <td rowspan="2" align="right" valign="top"> 详细说明</td>
            <td><input name="bookcontent" type="hidden" id="bookcontent" value="">
              <IFRAME ID="bookcontent" SRC="editubb/ewebeditor.asp?id=bookcontent&style=standard" FRAMEBORDER="0" SCROLLING="no" WIDTH="550" HEIGHT="350"></IFRAME></td>
          </tr>
          <tr >
            <td><font color="ff0000">建议商品大图在500*500以内,小图为100*100,同时建议上传图片大小在 100KB
              以内。 </font></td>
          </tr>
          <tr >
            <td></td>
            <td height="30"> <input name="newsbook" type="checkbox" id="newsbook" value="1">
              新 品  <input name="bestbook" type="checkbox" id="bestbook" value="1">
              热 销  <input name="tejiabook" type="checkbox" id="tejiabook" value="1">
              特 价</td>
          </tr>
          <tr >
            <td></td>
            <td height="30"> <input type="submit" name="Submit" value="提交保存" onClick="document.myform.bookcontent.value = frames.message.document.body.innerHTML;">
              <input onClick="ClearReset()" type=reset name="Clear" value="重新填写"></td>
          </tr>
        </table>
</td>
</form>
</tr>
</table>
<!--#include file="foot.asp"-->
</body>
</html>
<SCRIPT LANGUAGE="JavaScript">
<!--
function checkkk()
{
     if(checkspace(document.myform.bookname.value)) {
    document.myform.bookname.focus();
    alert("请输入商品名称!");
    return false;
  }
     if(checkspace(document.myform.shichangjia.value)) {
    document.myform.shichangjia.focus();
    alert("请输入市场价格!");
    return false;
  }
     if(checkspace(document.myform.huiyuanjia.value)) {
    document.myform.huiyuanjia.focus();
    alert("请输入会员价格!");
    return false;
  }
     if(checkspace(document.myform.vipjia.value)) {
    document.myform.vipjia.focus();
    alert("请输入VIP会员价格!");
    return false;
  }
}
function checkspace(checkstr) {
  var str = '';
  for(i = 0; i < checkstr.length; i++) {
    str = str + ' ';
  }
  return (str == checkstr);
}
//-->
</script>
<script>
    function regInput(obj, reg, inputStr)
    {
        var docSel    = document.selection.createRange()
        if (docSel.parentElement().tagName != "INPUT")    return false
        oSel = docSel.duplicate()
        oSel.text = ""
        var srcRange    = obj.createTextRange()
        oSel.setEndPoint("StartToStart", srcRange)
        var str = oSel.text + inputStr + srcRange.text.substr(oSel.text.length)
        return reg.test(str)
    }
</script>
搜索更多相关主题的帖子: 表单 页面 保存 
2010-07-26 22:33
gupiao175
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:40
帖 子:1787
专家分:7527
注 册:2007-6-27
收藏
得分:30 
不想清空或跳转,只有一个办法了,取消使用<form>...</form>,用AJAX无刷新提交!

Q:1428196631,百度:开发地 即可找到我,有事请留言!
2010-07-26 23:56
ncnc
Rank: 2
等 级:论坛游民
帖 子:10
专家分:17
注 册:2010-7-26
收藏
得分:0 
版主大人能不能把我上面的代码用ajax编写下呀。
2010-07-27 07:23
笨笨林
Rank: 6Rank: 6
等 级:贵宾
威 望:21
帖 子:482
专家分:408
注 册:2007-7-28
收藏
得分:0 
还是建议楼主去学习一下AJAX吧。也可以直接用框架。我用的是JQuery。感觉还不错,JQuery有专门的针对表单AJAX提交的插件。

程序授权说明:http://www./authorization.php  无路难开路难。  帮助别人是快乐的,也只有帮助别人,才能得到别人的帮助。互相帮助,才能共同进步。
2010-07-27 15:20
gupiao175
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:40
帖 子:1787
专家分:7527
注 册:2007-6-27
收藏
得分:0 
以下是引用ncnc在2010-7-27 07:23:07的发言:

版主大人能不能把我上面的代码用ajax编写下呀。


网上AJAX的例子非常多,随便找个能用的,然后仿照即可,如果你连这个都不想做,那么你的提问也就没有太大意义了!

Q:1428196631,百度:开发地 即可找到我,有事请留言!
2010-07-27 15:49
ncnc
Rank: 2
等 级:论坛游民
帖 子:10
专家分:17
注 册:2010-7-26
收藏
得分:0 
对程序不懂。所以想找人帮忙。看来只能就这样用了。

谢谢2位版主的回贴。
2010-07-27 16:06
q332010372
Rank: 2
等 级:论坛游民
帖 子:52
专家分:61
注 册:2010-7-27
收藏
得分:0 
为什么不能这样?然后把cookies换成session
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>查询文本字数</title>
<%
lentext=request.Form("thetext")
response.Cookies("oldtext")=lentext
%>
</head>
<body>
<div id="apDiv1" style="width:200px;"><span class="system">您输入了:</span>
<font color=red><% response.Write(len(lentext)) %></font><span class="system">个字符</span></div>
<form name="form1" method="post" action="">
  <p>
  <textarea name="thetext" cols="80" rows="20" id="thetext" ><% response.Write(request.Cookies("oldtext")) %></textarea></p>
<input type="submit" value="查询字数"/>
</form>
 
</body>

[ 本帖最后由 q332010372 于 2010-7-29 12:54 编辑 ]
2010-07-29 12:50
快速回复:怎样才能在点击保存后表单里的内容依然存在。而不是清空或跳到另一页面 ...
数据加载中...
 
   



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

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