利用office web component打造精品图表(二)[4]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 online 的 blog

我们通过一个例子来展现owc的强大功能.    

chart.asp程序。

<%  option  explicit  %>

<!--#include  file="adovbs.inc"-->

<html>

<head>

<title>利用ms office web component打造精品图表</title>

<%

function  exportcharttogif(objcspace,  strabsfilepath,  strrelfilepath)

dim  strfilename

randomize  

strfilename  =  timer  &  rnd  &  ".gif"

objcspace.exportpicture  strabsfilepath  &  "\"  &  strfilename,  "gif",  650,  400

exportcharttogif  =  strrelfilepath  &  "/"  &  strfilename

end  function

 

sub  cleanupgif(gifpath)

本文关键:asp,组件,OWC
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top