📄 upload_b_if.jsp
字号:
<%@ page contentType="text/html;charset=UTF-8"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>上传</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<script>
var obj = window.dialogArguments
var uf = "upload_b.jsp?autoc="+obj.getElementById("autoc").checked+"&autosw="+obj.getElementById("autosw").checked+"&autobw="+obj.getElementById("autobw").checked+"&upload_type="+obj.getElementById('upload_type').value;
//document.getElementById("uf").src="upload_b.jsp";
document.write("<iframe width=100% height=100% frameborder=0 scrolling=no src='"+uf+"'></iframe>");
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -