61,129
社区成员




<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE html>
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'sixVedio.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">
-->
<style type="text/css">
#screen{
position:relative;
top:0;
left:0;
width:1920px;
height:1080px;
background:#fff;
}
#screen1{
position:absolute;
margin-top:0;
margin-left:0;
width:200px;
height:200px;
background:#ff0000;
}
#screen2{
position:absolute;
margin-top:500px;
margin-left:0;
width:200px;
height:200px;
background:#00ff00;
}
#screen3{
position:absolute;
margin-top:0;
margin-left:600px;
width:200px;
height:200px;
background:#0000ff;
}
#screen4{
position:absolute;
margin-top:500px;
margin-left:600px;
width:200px;
height:200px;
background:#ffff00;
}
#screen5{
position:absolute;
margin-top:0;
margin-left:1200px;
width:200px;
height:200px;
background:#ff00ff;
}
#screen6{
position:absolute;
margin-top:500px;
margin-left:1200px;
width:200px;
height:200px;
background:#00ffff;
}
</style>
</head>
<body>
<div class="screen">
<div id="screen1"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v1"/></jsp:include></div>
<div id="screen2"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v2"/></jsp:include></div>
<div id="screen3"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v3"/></jsp:include></div>
<div id="screen4"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v4"/></jsp:include></div>
<div id="screen5"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v5"/></jsp:include></div>
<div id="screen6"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v6"/></jsp:include></div>
</div>
</body>
</html>
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
String vedioId=request.getParameter("vedioId");
%>
<!DOCTYPE html>
<html>
<head>
<style>
#obj{width:100%;height:100%;}
</style>
</script>
</head>
<body>
<div id="obj"></div>
</body>
</html>
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE html>
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'sixVedio.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">
-->
<style type="text/css">
#screen{
position:relative;
top:0;
left:0;
width:1920px;
height:1080px;
background:#fff;
}
#screen1{
position:absolute;
display:inline-block;
top:0;
left:0;
width:200px;
height:200px;
background:#ff0000;
}
#screen2{
position:absolute;
display:inline-block;
top:500px;
left:0;
width:200px;
height:200px;
background:#00ff00;
}
#screen3{
position:absolute;
display:inline-block;
top:0;
left:600px;
width:200px;
height:200px;
background:#0000ff;
}
#screen4{
position:absolute;
display:inline-block;
top:500px;
left:600px;
width:200px;
height:200px;
background:#ffff00;
}
#screen5{
position:absolute;
display:inline-block;
top:0;
left:1200px;
width:200px;
height:200px;
background:#ff00ff;
}
#screen6{
position:absolute;
display:inline-block;
top:500px;
left:1200px;
width:200px;
height:200px;
background:#00ffff;
}
</style>
</head>
<body>
<div id="screen">
<div id="screen1"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v1"/></jsp:include></div>
<div id="screen2"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v2"/></jsp:include></div>
<div id="screen3"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v3"/></jsp:include></div>
<div id="screen4"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v4"/></jsp:include></div>
<div id="screen5"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v5"/></jsp:include></div>
<div id="screen6"><jsp:include page="DPVedio.jsp" flush="true"><jsp:param name="vedioId" value="v6"/></jsp:include></div>
</div>
</body>
</html>