以上只是其中一个跳转示例,所有的跳转都跳转不了,以前部署在linux系统上都可以正常跳转,在我本地部署的windows也可以跳转,现在远程吧报表文件部署在客户购买的帆软系统上,列表能显示,全都跳转不了。(ps:数据库的命名保持一致了,脚本调用公式限制也关了)点击事件:cc:remoteServletURLfunction内容:var iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='yes' frameborder = '0' > "); iframe.attr("src", cc + "?reportlet=/系统配置/车站管理/车站编辑.cpt&op=write&id="+id); var o = { width: 600, height: 400 }; FR.showDialog("参数编辑", o.width, o.height, iframe, o);