当代法医学图谱:asp中使用owc实现图表的问题,为什么老是说缺少对象?

来源:百度文库 编辑:中科新闻网 时间:2024/04/30 12:44:23
代码如下:
<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