Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王琮
platform
Commits
16fc1abe
Commit
16fc1abe
authored
Jun 27, 2023
by
赵桢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
18eebe34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
31 deletions
+8
-31
questionnaire_Administration_new.jsp
...B-INF/page/education/questionnaire_Administration_new.jsp
+8
-31
No files found.
src/main/webapp/WEB-INF/page/education/questionnaire_Administration_new.jsp
View file @
16fc1abe
...
@@ -63,47 +63,24 @@
...
@@ -63,47 +63,24 @@
<%--<script src="<%=request.getContextPath()%>/res/js/education/config.js"></script>--%>
<%--<script src="<%=request.getContextPath()%>/res/js/education/config.js"></script>--%>
<script
src=
"
<%=
request
.
getContextPath
()
%>
/res/js/education/config.js"
></script>
<script
src=
"
<%=
request
.
getContextPath
()
%>
/res/js/education/config.js"
></script>
<script>
<script>
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
(){
var
baseUrl
=
getBaseUrl
();
var
baseUrl
=
getBaseUrl
();
console
.
log
(
'baseUrl = '
,
baseUrl
)
//获取token里面的内容
// 获取 token 里面的内容
<%
<%
Cookie
[]
cookies
=
request
.
getCookies
();
Cookie
[]
cookies
=
request
.
getCookies
();
String
SESSION
=
""
;
String
SESSION
=
""
;
for
(
int
i
=
0
;
i
<
cookies
.
length
;
i
++)
{
for
(
int
i
=
0
;
i
<
cookies
.
length
;
i
++)
{
if
(
"SESSION"
.
equals
(
cookies
[
i
].
getName
()))
{
if
(
"SESSION"
.
equals
(
cookies
[
i
].
getName
()))
{
SESSION
=
cookies
[
i
].
getValue
();
SESSION
=
cookies
[
i
].
getValue
();
}
}
}
}
request
.
setAttribute
(
"SESSION"
,
SESSION
);
request
.
setAttribute
(
"SESSION"
,
SESSION
);
%>
%>
<%--console.log('---- ',<%=request.getAttribute("SESSION")%>)--%>
var
url
=
baseUrl
+
"?session=
<%=
request
.
getAttribute
(
"SESSION"
)
%>
"
var
url
=
baseUrl
+
"?session="
+
<%=
request
.
getAttribute
(
"SESSION"
)
%>
;
// alert(url)
var
iframe
=
$
(
'<iframe width="100%" height="100%" src="'
+
url
+
'"></iframe>'
)
// console.log('url = ',url)
$
(
"#iframe"
).
append
(
iframe
)
// 显示 url
})
// alert(url);
var
iframe
=
$
(
'<iframe width="100%" height="100%" src="'
+
url
+
'"></iframe>'
);
$
(
"#iframe"
).
append
(
iframe
);
});
<%--$(document).ready(function (){--%>
<%-- //获取token里面的内容--%>
<%-- <%--%>
<%-- Cookie[] cookies = request.getCookies();--%>
<%-- String SESSION = "";--%>
<%-- for(int i = 0; i < cookies.length; i++) {--%>
<%-- if ("SESSION".equals(cookies[i].getName())) {--%>
<%-- SESSION = cookies[i].getValue();--%>
<%-- }--%>
<%-- }--%>
<%-- request.setAttribute("SESSION", SESSION);--%>
<%-- %>--%>
<%-- var url="http://localhost:8081?session=<%=request.getAttribute("SESSION")%>"--%>
<%-- // alert(url)--%>
<%-- var iframe=$('<iframe width="100%" height="100%" src="'+url+'"></iframe>')--%>
<%-- $("#iframe").append(iframe)--%>
<%--})--%>
</script>
</script>
<div
class=
"modal fade"
id=
"loadingModal"
backdrop=
"static"
keyboard=
"false"
>
<div
class=
"modal fade"
id=
"loadingModal"
backdrop=
"static"
keyboard=
"false"
>
<div
style=
"width: 200px;height:20px; z-index: 20000; position: absolute; text-align: center; left: 50%; top: 50%;margin-left:-100px;margin-top:-10px"
>
<div
style=
"width: 200px;height:20px; z-index: 20000; position: absolute; text-align: center; left: 50%; top: 50%;margin-left:-100px;margin-top:-10px"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment