MsChart是微軟制作的功能強大的圖表工具
發送數據程序
<HTML><HEAD>
<META NAME=
</HEAD><BODY>
<form method=post name=
<INPUT type=
<!
chtitle 標題
rcount 列數
ccount 行數
rc_type 排列方式(
rc_data 數據
rname 列名數組
cname 行名數組>
<input type=
<input type=
<input type=
<input type=
<input type=
<input type=
<input type=
<input type=
<input type=
<input type=
<input type=
<input type=
<input type=
<input type=
<input type=
</form></BODY></HTML>
顯示數據程序 mschart
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME=
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!
function window_onload() {
t=
mschart
mschart
mschart
mschart
for (i=
{for (j=
{ mschart
mschart
if (ount
mschart
else
mschart
if ((document
mschart
else
mschart
t++;
}
if (document
mschart
else
mschart
}
}
[NextPage]
function select
mschart
mschart
}
//
</SCRIPT>
<TITLE>數據顯示圖</TITLE>
</HEAD>
<BODY LANGUAGE=javascript onload=
<object 此處插入mschart activex控件>
<BR>
顯示方式
<SELECT id=select
<OPTION value=
<OPTION value=
<OPTION value=
<OPTION value=
<OPTION value=
<OPTION value=
<OPTION value=
<!
chtitle 標題
rcount 列數
ccount 行數
rc_type 排列方式(
rc_data 數據
rname 列名數組
cname 行名數組>
<form name=form
<% for i=
<input type=
<%next%>
<% for i=
<input type=
<%next%>
<input type=
<input type=
<input type=
<%if Request
<%for i=
<input type=
<%next%>
<%else%>
<%for j=
<%for i=
<input type=
<%next%>
<%next%>
<%end if%>
</form></BODY></HTML>
From:http://tw.wingwit.com/Article/program/net/201311/12500.html