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

📄 registerokorfail.jsp

📁 一个仿造淘宝的jsp网站。功能比较完善
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>My JSP 'registerokorfail.jsp' starting page</title>
    
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->

    <link href="CSS/registerokorfail.css" rel="stylesheet" type="text/css">
    <style type="text/css">
<!--
.style1 {
	font-size: 12px;
}
-->
        </style>
  </head>
  
  <body>
    <div id="buttomdiv">
	     <div id="top">
		      <div id="topic"><img src="image/Head/2.jpg" width="240" height="31"></div>
    <div id="topfont"> 
	  <form action="" method="post" name="myfrm"  style="vertical-align:middle;">     
        <table width="495" border="0" cellspacing="0" style="top: 85px; ">
          
		  <tr>
            <td width="47" height="20" align="center" valign="middle"><a href="" class="style1">我要买</a></td>
            <td width="49" align="center" valign="middle"><a href="" class="style1">我要卖</a></td>
            <td width="60" align="center" valign="middle"><a href="" class="style1">我的淘宝</a></td>
            <td width="46" align="center" valign="middle"><a href="" class="style1">社区</a></td>
            <td width="61" align="center" valign="middle"><a href="" class="style1">交易安全</a></td>
            <td width="67" align="center" valign="middle"><a href="" class="style1">帮助中心</a></td>
           <td width="159" align="right" valign="middle">
			 
			  
			  
			 <span class="style1">
			  <input type="text" name="sousuo" id="sousou" height="15" size="15" value="开始全新搜索" style="border:1px solid #cccccc;font-size: 12;" onFocus="javascript:document.myfrm.sousuo.value='';" onBlur="document.myfrm.sousuo.value='开始全新搜索'">
			  <input style="font-size:10px"  type="submit" value="搜索">
				  
			  
			
		     </span></td>
            
          </tr>
		  
        </table>
	  </form>
	</div>
    
    <div id="topfont2">
  <table width="577" height="19" border="0" cellpadding="0" cellspacing="0">
  <tr>
             <td width="103" valign="middle" class="style1">您好,欢迎来淘宝!</td>
              <td width="49" align="center" valign="middle"><a href="" class="style1">退出</a></td>
              <td width="54" align="center" valign="middle"><a href="" class="style1">站内信</a></td>
              <td width="64" align="center" valign="middle"><a href="" class="style1">阿里旺旺</a></td>
              <td width="56" align="center" valign="middle"><a href="" class="style1">支付宝</a></td>
              <td width="61" align="center" valign="middle"><a href="" class="style1">高级搜索</a></td>
              <td width="63" align="center" valign="middle"><a href="" class="style1">我的邮箱</a></td>
              <td width="58" align="center" valign="middle"><a href="" class="style1">手机淘宝</a></td>
              <td width=69 align="center" valign="middle"><a href="" class="style1">更多服务</a></td>
    </tr>
    </table>
  </div>
		 </div>
		 <div id="navigation"></div>
		 <div id="front"><%=request.getAttribute("inforregister") %></div>
		 <div id="buttom">
		       <UL>
					<LI >
						<A href="">关于淘宝</A>
					</LI>
					<LI>
						<A href="">合作伙伴</A>
					</LI>
					<LI>
						<A href="">帮助中心</A>
					</LI>
					<LI>
						<A href="">诚征英才</A>
					</LI>
					<LI>
						<A href="">联系我们</A>
					</LI>
					<LI>
						<A href="">网站地图</A>
					</LI>
					<LI>
						<A href="">热门商品</A>
					</LI>
					<LI>
						<A href="">热门品牌</A>
					</LI>
					<LI>
						<A href="">版权说明 </A>
					</LI>
					<LI>
						<A href="">淘客推广</A>
					</LI>
	   </UL>
				<DIV id="buttomfont">
					全球阿里巴巴 - 阿里巴巴网络:
					<A href="">中国站</A>
					<A href="">国际站</A>
					<A href="">日文站</A> |
					<A href="">淘宝站</A> |
					<A href="">支付宝</A> |
					<A href="">中国雅虎</A> |
					<A href="">雅虎口碑网</A> |
					<A href="">阿里软件</A> |
					<A href="">阿里妈妈</A>
				</DIV>
				<DIV id="buttomfont2">
					Copyright 2003-2008, 版权所有 TAOBAO.COM
				</DIV>
		 </div>
	</div>
  </body>
</html>

⌨️ 快捷键说明

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