欢迎来到硕迪科技官网
400-009-9965
solidbi@shuodizhixin.com
在 toolbar.jsp 中加入俩段代码
<li><input type="text" id="jumpPage" style="width:24px;margin-top: 4px;"/></li>
<li><a href=" " onClick="try{jumpPage('report1');}catch(e){alert(e)}return false;"><span title='跳转' >Go</span></a ></li>
<script type="text/javascript">
function jumpPage(reportName){
var pno = document.getElementByld("jumpPage"").value;
if(pno != null && pno != ""){
jumpToPage( reportName, pno );
}
}
</script>