您的位置:首页 > Web前端 > JavaScript

jsp_project_/store//store/WebRoot/ModifyFail

2007-06-08 11:11 351 查看
<%@ 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>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">

<title>登陆</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">

<style type="text/css">
<!--
.STYLE1 {
font-family: "宋体";
font-size: 24px;
font-weight: bold;
}
-->
</style>
</head>

<body onContextMenu="return false">
<table width="105%" height="130%" border="0" cellpadding="0" cellspacing="0" style="position:absolute; left:0; top:0">
<tr>
<td height="112" colspan="2" align="left" valign="bottom"><img src="file:///D|/project_jsp/Work/Img/logo.jpg" width="180" height="103" /></td>
<td width="67%" colspan="2" align="right"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="439" height="112">
<param name="movie" value="file:///D|/project_jsp/Work/Img/webHeader.swf" />
<param name="quality" value="high" />
<embed src="file:///D|/project_jsp/Work/Img/webHeader.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="439" height="112"></embed>
</object></td>
</tr>
<tr>
<td height="13" colspan="4" bgcolor="#CC3300"> </td>
</tr>
<tr>
<td height="100%" colspan="4" align="center" valign="middle" ><span class="STYLE1">
<%
if(session.getAttribute("UserName")==null)
{
response.sendRedirect("ReLogin.jsp");
}
String name =(String) session.getAttribute("UserName");
%>
'<%=name%>'你的资料已经修改没有成功<a href="MyStore.jsp">返回</a></span></td>
</tr>
<tr>
<td height="13" colspan="4" bgcolor="#CC3300"> </td>
</tr>
</table>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: