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

📄 test.jsp

📁 source code of upload pictures
💻 JSP
字号:
<%@ page contentType="text/html;charset=ISO8859_1" %>

<html>
<head>
    <title>upload Image</title>
    <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <link rel="stylesheet" href="jivejdon.css" type="text/css">
</head>

<script>
function MM_openBrWindow(theURL,features) {
   window.open(theURL,"upload",features);
}
</script>
<%
String username="yefei";
%>
<body>
<input type="button" value="UploadPicture"
           onClick="MM_openBrWindow('upload.jsp?pic=<%=username%>&maxwidth=120&maxheight=120','width=450,height=400,scrollbars=yes')" >

<input type="button" value="UploadFile"
           onClick="MM_openBrWindow('uploadfile.jsp?pic=<%=username%>&maxwidth=120&maxheight=120','width=450,height=400,scrollbars=yes')" >
</body>
</html>

⌨️ 快捷键说明

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