求助!!WEB系统无法显示,不知道缺少什么插件!
打开查询页面无法显示,先只一个方框,里面有正方形三角行圆圈然后变成,显示一个红色叉叉!!查看了下源代码文件是以下这样,求助!!在线.<HTML>
<HEAD>
<TITLE>Seagate Crystal Smart Viewer for ActiveX</TITLE>
</HEAD>
<BODY BGCOLOR=C6C6C6 LANGUAGE=VBScript ONLOAD="Page_Initialize">
<OBJECT ID="CRViewer"
CLASSID="CLSID:C4847596-972C-11D0-9567-00A0C9273C2A"
WIDTH=100% HEIGHT=95%
CODEBASE="/viewer/activeXViewer/activexviewer.cab#Version=2,2,4,36">
<PARAM NAME="EnableRefreshButton" VALUE=1>
<PARAM NAME="EnableGroupTree" VALUE=1>
<PARAM NAME="DisplayGroupTree" VALUE=0>
<PARAM NAME="EnablePrintButton" VALUE=1>
<PARAM NAME="EnableExportButton" VALUE=1>
<PARAM NAME="EnableDrillDown" VALUE=1>
<PARAM NAME="EnableSearchControl" VALUE=1>
<PARAM NAME="EnableAnimationControl" VALUE=1>
<PARAM NAME="EnableZoomControl" VALUE=1>
</OBJECT>
<SCRIPT LANGUAGE="VBScript">
<!--
Sub Page_Initialize
On Error Resume Next
Dim webBroker
Set webBroker = CreateObject("WebReportBroker.WebReportBroker")
if ScriptEngineMajorVersion < 2 then
window.alert "IE 3.02 users on NT4 need to get the latest version of VBScript or install IE 4.01 SP1. IE 3.02 users on Win95 need DCOM95 and latest version of VBScript, or install IE 4.01 SP1. These files are available at Microsoft's web site."
CRViewer.ReportName = Location.Protocol + "//" + Location.Host + Location.Pathname
else
Dim webSource
Set webSource = CreateObject("WebReportSource.WebReportSource")
webSource.ReportSource = webBroker
webSource.URL = Location.Protocol + "//" + Location.Host + Location.Pathname
webSource.AddParameter "user0", "sa"
webSource.AddParameter "prompt0", "00000"
webSource.AddParameter "prompt1", "ZZZZZ"
webSource.AddParameter "prompt2", ""
webSource.AddParameter "prompt3", ""
webSource.AddParameter "prompt4", ""
webSource.AddParameter "prompt5", ""
webSource.AddParameter "password0", "yfymisbox"
webSource.PromptOnRefresh = True
CRViewer.ReportSource = webSource
end if
CRViewer.ViewReport
End Sub
-->
</SCRIPT>
</BODY>
</HTML>
--------------------编程问答-------------------- http://172.17.90.21/yfy/ysb/REPORT/YSBDP0501.rpt?init=actx&rf=1&User0=sa&Password0=yfymisbox&Prompt0=00000&Prompt1=ZZZZZ&Prompt2=&Prompt3=&Prompt4=&Prompt5= --------------------编程问答-------------------- Seagate Crystal Smart Viewer for ActiveX --------------------编程问答-------------------- 貌似是水晶报表缺少某一插件无法显示!!昨晚上班吃饱撑着无聊杀毒把电脑杀出问题了,这个可是公司电脑,明天会有麻烦,
补充:.NET技术 , Web Services