美国现代战争片有哪些:asp中使用owc实现图表的问题,为什么老是说缺少对象?

来源:百度文库 编辑:神马品牌网 时间:2024/05/09 19:20:12
代码如下:
<object id=ChartSpace1 classid=CLSID:0002E500-0000-0000-C000-000000000046
style="width:100%;height:350">
<embed>
</embed>
</object>
<script language=vbs>
Sub Window_OnLoad()
Dim categories(4)
Dim valuesopen(4),valuesclose(4),valueshigh(4),valueslow(4)

' Create an array of strings representing the categories.
categories(0) = "15/03/2000"
categories(1) = "16/03/2000"
categories(2) = "17/03/2000"
categories(3) = "18/03/2000"

ChartSpace1.Clear
ChartSpace1.Charts.Add