楼上的 朋友 这个方法不可以啊
<%
set rs=server.createobject("adodb.recordset")
sql="select top 1 * from qqq"
rs.open sql,conn,1,1
fei1=rs("fei1")
fei2=rs("fei2")
yang1=rs("yang1")
%><tr><td height="30" colspan="8" align="right">
<p style="line-height: 150%; margin-left:5px; margin-right:15px; margin-top:5px; margin-bottom:5px">價格總計:<%=totalcash%>元
<%if cint(totalcash)<cint(yang1) then%>
错误<%=totalcash*fei2%>
<%end if%>
<%if cint(totalcash)>cint(yang1) then%>
由于您购买的金额超过3000元,则享受我们98折。您实际应付价格<%=totalcash*fei1%>
<%end if%>
还是不行
[此贴子已经被作者于2007-10-29 12:56:42编辑过]