日期:2014-05-17  浏览次数:20779 次

在线 很简单的问题、 对你们来说
请你放在你们自己的服务器上   试下告诉我怎么弄

我就一个页面index.asp   都没搞好  


<%
Set   Con=Server.CreateObiect( "ADODB.connection ")
          Con.Open= "DRIVER={Microsoft   Acess   Driver(*.mdb)};DBQ=C:\Inetpub\wwwroot\shopping\data\db.mdb "
 
action=trim(Request( "action "))
xm=trim(Request( "xm "))
sheng=trim(Request( "sheng "))
shi=trim(Request( "shi "))
xz=trim(Request( "xz "))
cun=trim(Request( "cun "))
mph=trim(Request( "mph "))
yb=trim(Request( "yb "))
gzdw=trim(Request( "gzdw "))
lxdh=trim(Request( "lxdh "))
dzyx=trim(Request( "dzyx "))

if   action= "index "   then   checkpass=true
if   len(xm) <1   then   checkpass=false
if   len(sheng) <1   then   checkpass=false
if   len(shi) <1   then   checkpass=false
if   len(xz) <1   then   checkpass=false
if   len(cun) <1   then   checkpass=false
if   len(yb) <1   then   checkpass=false
if   len(gzdw) <1   then   checkpass=false
if   len(lxdh) <1   then   checkpass=false
if   len(dzyx) <1   then   checkpass=false

Set   Rs=Server.CreateObiect( "ADODB.Connection ")
query= "select   xm   from   xinxi   where   xm= ' "+xm+ " ' "
Rs.Open   query,Con,1,3
rs( "xm ")=xm
rs( "sheng ")=sheng
rs( "shi ")=shi
rs( "xz ")=xz
rs( "cun ")=cun
rs( "mph ")=mph
rs( "yb ")=yb
rs( "gzdw ")=gzdw
rs( "lxdh ")=lxdh
rs( "dzyx ")=dzyx

rs.updata
rs.close

end   if
%>

<!DOCTYPE   HTML   PUBLIC   "-//W3C//DTD   HTML   4.01   Transitional//EN "   >

<html>
<head>
<meta   http-equiv= "Content-Type "   content= "text/html;   charset=gb2312 ">
<title> 订购页面 </title>
<style   type= "text/css ">
<!--
.style7   {
font-size:   xx-large;
font-weight:   bold;
}
.style11   {font-size:   18px}
-->
</style>
</head>


<body>
<table   width= "684 "   border= "0 "   align= "center "   cellpadding= "0 "   cellspacing= "0 ">
    <tr   bgcolor= "#669999 ">
        <td   height= "64 "   colspan= "2 "> <div   align= "center "> <span   class= "style7 "> 订购人信息 </span> </div> </td>
    </tr>
    <tr>
        <td   width= "143 "   height= "39 "> <div   align= "right "> <span   class= "style11 "> 姓名: </span> </div> </td>
        <td   width= "541 "> <input   name= "xm "   type= "text "   id= "xm "   "   value= " " &n