' Smartvieweractivex.asp
<HTML>
<HEAD>
<title>seagate ActiveX viewer</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=8,0,0,224" >
<param name= "Enablerefreshbutton" value=0>
<param name= "Enablegrouptree" value=1>
<param name= "Displaygrouptree" value=1>
<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 are available at Microsoft ' s Web site.
Crviewer.reportname = "Rptserver.asp"
Else
Dim Websource
Set Websource = CreateObject ("Webreportsource.webreportsource")
Websource.reportsource = WebBroker
Websource.url = "Rptserver.asp"
Websource.promptonrefresh = True
Crviewer.reportsource = Websource
End If
Crviewer.viewreport
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.