<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% conn.open constr id=Trim(Requesta("id")) if not isNumeric(id) then url_return "pleaes input ID",-1 sql="select * from hostrental where id=" & id & " and u_name='" & session("user_name") & "'" rs.open sql,conn,1,1 if rs.eof then url_return "无此主机" if not rs("start") then url_return "主机未开通,不能续费",-1 price=rs("moneypermonth") paymethod=trim(rs("paymethod")) %>
服 务 器 租 用 管 理

1. 主 机 <%=Rs("allocateip")%>
2. 年 限 <%=Rs("years")%>

开通日期:

<%=formatDateTime(Rs("starttime"),2)%>
到期日期: <%=formatDateTime(DateAdd("m",Rs("alreadypay"),Rs("starttime")),2)%>

 

选择交费月数:  
交费金额:   <%=price%>¥/1月