📄 result_of_modify.jsp
字号:
<script>
function mycheck(){
if(document.form1.path.value=="null"){
alert("请选择路径!!");
return;
}
document.form1.submit();
}
</script>
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>存储路径修改结果</title>
<style type="text/css">
<!--
.style1 {color: #0000FF}
.style2 {color: #CC0066}
.style3 {
color: #993366;
font-size: small;
}
.style4 {font-size: medium}
.style5 {font-size: larger}
.style9 {color: #993366}
body {
background-color: #FFFFCC;
}
-->
</style>
</head>
<body>
<%! String trace=""; %>
<%
trace=request.getParameter("path");
session.setAttribute("ftrace",trace);
%>
<table width="931" height="62" border="0">
<tr>
<th width="925" bgcolor="#66CCFF" scope="col"><div align="left"><img src="image/105948-10.gif" width="350" height="65"></div></th>
</tr>
</table>
<table width="930" height="818" border="0">
<tr>
<td width="10" rowspan="9" bgcolor="#FFFFFF" scope="col"><div align="center">
<p> </p>
</div> <div align="center"></div></td>
<td width="910" height="93" scope="col"><div align="left">
<div align="center">
<pre>当前=><span class="style1">修改路径</span> <span class="style5 style2"></span><span class="style2"><a href="upload.jsp" class="style1">上传文件</a></span><span class="style5 style2"></span> <span class="style4 style3"></span><span class="style9"><a href="query.jsp" class="style1">查询文件</a></span><span class="style4 style3"></span></pre>
</div>
</div></td>
</tr>
<tr>
<td width="910" height="20" scope="col">
<div align="left" class="style5">
<div align="center">存储路径已经修改为:<%=trace%></div>
</div></td>
</tr>
<tr>
<td width="910" align="center" valign="top" scope="col"><form name="form1" method="post" action="result_of_modify.jsp">
<table width="635" border="0">
<tr>
<td width="172" height="28" scope="col"><div align="center">原存储路径:</div></td>
<td width="568"><div align="center"><%=trace%></div></td>
</tr>
<tr>
<td height="23"><div align="center">新存储路径:</div></td>
<td><div align="center">
请选择:
<select name="path" id="path">
<option value="null"></option>
<option value="e:\database\kewei\">e:\database\kewei\</option>
<option value="e:\database\yuanqu\">e:\database\yuanqu\</option>
</select>
</div></td>
</tr>
<tr>
<td height="25" colspan="2"><div align="center">
<input type="button" name="Submit" value="修改好了" onClick="mycheck()">
</div></td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td width="910" height="103" scope="col"> </td>
</tr>
<tr>
<td width="910" height="98" scope="col"> </td>
</tr>
<tr>
<td width="910" height="93" scope="col"> </td>
</tr>
<tr>
<td width="910" height="97" scope="col"> </td>
</tr>
<tr>
<td width="910" height="96" scope="col"> </td>
</tr>
<tr>
<td width="910" height="96" scope="col"> </td>
</tr>
</table>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -