source: code/Website/dot-net-library/written-by-xiao-yifang/ofcWebTest/bar3d.aspx@ 7937

Last change on this file since 7937 was 7849, checked in by dennisw, 15 years ago
File size: 727 bytes
Line 
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="bar3d.aspx.cs" Inherits="bar3d" %>
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<html xmlns="http://www.w3.org/1999/xhtml" >
6<head runat="server">
7 <title>无标题页</title>
8
9 <script type="text/javascript" src="swfobject.js"></script>
10
11 <script type="text/javascript">
12swfobject.embedSWF("open-flash-chart.swf", "my_chart", "550", "200",
13 "9.0.0", "expressInstall.swf",
14 {"data-file":"datafile/bar3d.aspx"}
15 );
16 </script>
17
18</head>
19<body>
20 <form id="form1" runat="server">
21 <div id="my_chart">
22 </div>
23 </form>
24</body>
25</html>
Note: See TracBrowser for help on using the repository browser.