接上一个问题,传递参数失败

window.form = this.options.form; //当前的form赋值给全局变量
var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); // iframe参数的命名及宽高等
$iframe.attr("src", "${servletURL}?reportlet=chart/childtest.cpt&op=write&id="+id+"&col="+col+"&row="+row); //childtest.cpt为点击查询时,对话框中显示的子报表
var o = {
title : "筛选所需数据并返回",
width : 600,
height: 300
};
FR.showDialog(o.title, o.width, o.height, $iframe,o); //弹出对话框


我有中文参数  报错啦  

@wzh5788
FineReportRunner 发布于 2015-12-14 12:07
悬赏:0 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共2回答
最佳回答
0
wzh5788发布于2015-12-14 12:07(编辑于 2023-9-6 09:34)
555
最佳回答
0
静听禅鸣发布于2015-12-14 13:07(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 1239浏览人数
  • 最后回答于:2015-12-14 13:07
    活动推荐 更多
    热门课程 更多
    返回顶部