Commit f32d4bb68c7645234c7d751f9b3356ce776525d5
1 parent
4f32cbf7
首页试卷可点击
Showing
1 changed file
with
5 additions
and
0 deletions
WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_main.jsp
@@ -139,6 +139,11 @@ | @@ -139,6 +139,11 @@ | ||
139 | } | 139 | } |
140 | //window.open("<%=basePath%>" + "paper/npaper.do?" + "name=" + name + "&time=" + time); | 140 | //window.open("<%=basePath%>" + "paper/npaper.do?" + "name=" + name + "&time=" + time); |
141 | }); | 141 | }); |
142 | + | ||
143 | + $(".testpaper").click(function (){ | ||
144 | + var path = "../paper/list2.do?" ; | ||
145 | + $(".content_r").html('<iframe name="mainFrame" id="mainFrame" frameborder="0" style="width:100%;height:'+$(".content_l").height()+'px;" src=' + path + '></iframe>'); | ||
146 | + }); | ||
142 | </script> | 147 | </script> |
143 | </body> | 148 | </body> |
144 | </html> | 149 | </html> |
145 | \ No newline at end of file | 150 | \ No newline at end of file |