?? chongzhi.jsp
字號:
<%@ page session="true" %><%@ page contentType="text/html; charset=GB2312" %><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LIVE在線書店-會員充值</title><style type="text/css"><!--.STYLE1 { color: #FF00FF; font-size: 16px; font-weight: bold;}.STYLE3 { color: #33CCCC; font-weight: bold; font-size: 12px;}.STYLE7 {color: #33CC99; font-weight: bold; font-size: 12px; }a:link { text-decoration: none;}a:visited { text-decoration: none;}a:hover { text-decoration: none;}a:active { text-decoration: none;}--></style></head><body> <%@ include file="logo3.jsp" %> <% if(name==null) { out.println("<script>alert('您還沒有登陸!');" + "location.href='login.jsp'</script>"); } else { %> <table><tr><td width="185"><table width="183" border="1" bordercolor="#00CCCC"> <tr> <td width="200" height="33" align="center" bgcolor="#0099FF"><span class="STYLE1">我的LIVE</span></td> </tr> <tr> <td height="155"><table width="175" border="0"> <tr> <td height="49" align="center"><span class="STYLE7"><a href="showcart.jsp">查看我的購物車</a></span></td> </tr> <tr> <td height="50" align="center"><span class="STYLE7"><a href="xiugai.jsp">修改我的登錄密碼</a></span></td> </tr> <tr> <td height="65" align="center"><span class="STYLE3"><a href="chongzhi.jsp">我的充值服務</a></span></td> </tr> <tr> <td height="65" align="center"><span class="STYLE3"><a href="yue.jsp">查看我的余額</a></span></td> </tr> <tr> <td height="65" align="center"><span class="STYLE3"><a href="zhuxiao.jsp">退出此次登錄</a></span></td> </tr> </table></td> </tr></table></td><td width="580"><table></table><table width="347" border="1" align="center" bordercolor="#0099CC"> <tr> <td width="341" height="19" align="center" bgcolor="#00CCFF">我的充值服務</td> </tr> <tr><td> </td></tr> <tr> <td height="132" align="center"><form id="form1" name="form1" method="post" action="chongzhicheck.jsp"> 充值金額 <label> <input type="text" name="money" /> </label> <p> </p> <p> <label> <input type="submit" name="Submit" value="充值" /> </label> </p> </form> </td> </tr></table></td></table><%}%></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -