Ajax引入其他jsp页面的功能代码

Ajax引入其他jsp页面的功能代码【原创】??? window.onload function() {??? callServer(${sessionScope._

Ajax引入其他jsp页面的功能代码【原创】
??? window.onload = function() {
??? callServer('${sessionScope._contextPath}/query_test.jsp', dp);?? }
?? function dp() {
?? }
?? </script>

?

就可以了~

?