⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 return.jsp

📁 用ECLIPSE开发的WEB
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312" language="java" %>
<link href="/htmlui_en/selfcare/style.css" rel="stylesheet" type="text/css">
<html>
<style type="text/css">
<!--
.style1 {
	color: #000000;
	font-weight: bold;
}
.style2 {color: 0}
.hintfont{
	color:#666666;
	font-size:14px;
}
-->
</style>

<head>
<title>辽宁省通信公司宽带认证计费系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<%
 String sBackPage = request.getParameter("backpage") ; 
 if (sBackPage==null || sBackPage.length()<=0) sBackPage= "main.htm" ; 
%>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">

<table width="100%" height="98%" border="0" align="center" cellpadding="1" cellspacing="0">
	<tr>
	<td height="417" align="center">
	<table width="519"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="244" valign="bottom" background="/htmlui_en/selfcare/images/error_r2_c2.jpg">
		<table width="96%" height="158"  border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="38%" height="76">&nbsp;</td>
            <td width="62%" valign="bottom" class="hintfont"><span class="hintfont">恭喜你,操作成功</span>!</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
        </table></td>
      </tr>
    </table> 
      
    </td>
  </tr>
</table>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -