firefox打开页面为空白,我应该下载什么插件

上网、浏览、聊天、下载等
回复
iliketomboy
帖子: 1
注册时间: 2012-11-21 8:05
系统: ubuntu

firefox打开页面为空白,我应该下载什么插件

#1

帖子 iliketomboy » 2012-11-21 8:09

页面源代码如下,在ie中正常显示
<html>
<head>
<title>flyReport</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="/Flyer/FlyReportPrint/CreateControl.js" language="javascript"></script>
<script language="javascript" type="text/javascript">
// <!CDATA[

CreateReport("ReportLeft");
CreateReport("ReportRight");

//在网页初始加载时向报表提供数据
function window_onload() {
//关联子报表部件框的报表对象
ReportViewer.Report.ControlByName("flyReport_left").AsSubReport.Report = ReportLeft.MyInterface;
ReportViewer.Report.ControlByName("flyReport_right").AsSubReport.Report = ReportRight.MyInterface;
//开启报表生成进度条显示
ReportViewer.Report.ShowProgressUI = true;

//启动运行
ReportViewer.Start();
}

// ]]>
</script>



<script event="Initialize()" for="ReportLeft" language="javascript">
<!--
//载入子报表数据
ReportLeft.LoadDataFromURL("/Flyer/FlyReportPrint/FlyReportPrint.do?id=230812_90988_116126&operFlag=left");
-->
</script>

<script event="Initialize()" for="ReportRight" language="javascript">
<!--
//载入子报表数据
ReportRight.LoadDataFromURL("/Flyer/FlyReportPrint/FlyReportPrint.do?id=230812_90988_116126&operFlag=right");
-->
</script>
<style type="text/css">
html,body {
margin:0;
height:100%;
}
</style>
</head>
<body style="margin:0" onload="window_onload()">
<script language="javascript">
CreatePrintViewerEx("100%", "100%", "/Flyer/FlyReportPrint/flyReport_main.grf", "", false, "");
</script>
</body>

</html>
:em20
mraandtux
论坛版主
帖子: 5211
注册时间: 2009-12-12 19:29
系统: Kubuntu

Re: firefox打开页面为空白,我应该下载什么插件

#2

帖子 mraandtux » 2012-11-21 10:40

试试Chrome/Chromium,或者这是制表飞侠的问题:IE Only。
回复