- JScript code
<div id="device_find_dlg" title="title" class="easyui-dialog" modal="true" align="center" style="width: 750px; height: 320px; padding: 10px 20px" closed="true" maximizable="true" resizable="true" buttons="#device_find-buttons" cache="false" href="<%=request.getContextPath()%>/view/device/device_search.jsp"> </div>
想请问下加载的device_search.jsp页面,为什么不会调用它的onload事件?需要哪里设置吗?
知道的麻烦告诉下,不胜感激。
------解决方案--------------------
你的 onload事件 写在哪里?
------解决方案--------------------
body标签,img标签
------解决方案--------------------
回调里面写
------解决方案--------------------
- Java code
//带用这种include方式 可以影响页面内容 <%@include file="device_search.jsp" %>