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

××××××急问一个简单问题,在线等×××××××
<form   ACTION= "chk_order.asp "     method= "post "   id= "bookfm "   name= "bookfm ">
<fieldset>
<span   style= "font-size:14px;color:#666; "> <%=rs( "name ")%> </span> 's   order
<div> <dl   style= "line-height:22px;text-indent:2em;   ">
<dt>
Particulars: <br> <%=strList%> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input   type= "hidden "     name= "content "   value= " <%=strList%> "> <input   type= "hidden "     name= "content1 "   value= " <%=strList1%> ">
</dt>
<dt> Subtotal:£ <span   style= "color:#FF0000   "> <%=total%> </span> <input   type= "hidden "     name= "subprice "   value= " <%=total%> ">
</dt>
 
</dl>


Your   requests:
<input   type= "hidden "     name= "date "   value= " <%=Now()%> ">
input   type= "hidden "     name= "realname "   value= <%=rs( "name ")%>   >
<input   type= "hidden "     name= "depart "   value= <%=rs( "depart ")%>   >
<input   type= "hidden "     name= "youbian "   value= <%=rs( "youbian ")%>   >
<input   type= "hidden "     name= "tel "   value= <%=rs( "tel ")%>   > <br>
<textarea   name= "want "   cols= "40 "   rows= "6 "> </textarea> <br>
<input   type= "radio "   name= 'hah '   value= "I   need   delivery "   checked> I   need   delivery <br>
<input   type= "radio "   name= 'hah '   value= "I   want   to   pick   up   it   myself "> I   want   to   pick   up   it   myself
            <br>
<input     type= "button "   name= "Submit "   value= "OK! "   class= "buttom "   onClick= 'submit() '/>
<input     name= "按钮 "   type= "button "   class= "buttom "   onClick= "window.close() "   value= "Afresh "/>

</div>
</fieldset>
</form>

<%  
if   Session   ( "currentuser ")= " "   Or   IsNull(Session   ( "currentuser "))   then

Response.Write( " <script   language=JavaScript>   alert( 'Please   log   in! ') </script> ")

Response.Write( " <script   language=JavaScript> location.href= 'temp.asp ' </script> ")

Response.Write( " <script   language=JavaScript> "+ "window.close() "+ " </script> ")

else

sql= "select   *   from   t_user   where   loginn