window.location = FR.cjkEncode("${servletURL}?viewlet=demo.cpt");
电脑能跳转 手机不能跳转
FR.doHyperlinkByGet({url:'ReportServer?reportlet=demo.cpt',title:'报表2',para:{}});
返回上一级目录页面按钮连接过去就超时并且电脑不能跳转
要不电脑能跳 要不手机能跳 有没有都能跳的js
var url = encodeURI("${servletURL}?viewlet=others/question/参数传递1.cpt&op=write");
FR.doHyperlinkByGet({
url: url,
para:{a:a},
title: '主页',
target: '_self'
});
这个都可以跳