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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 722 bytes
Line 
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="GlassBar.aspx.cs" Inherits="GlassBar" %>
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 <script type="text/javascript" src="swfobject.js"></script>
9
10 <script type="text/javascript">
11swfobject.embedSWF("open-flash-chart.swf", "my_chart", "550", "200","9.0.0", "expressInstall.swf",{"data-file":"datafile/glassbar.aspx"});
12 </script>
13
14</head>
15<body>
16 <form id="form1" runat="server">
17 <div id="my_chart">
18 </div>
19 </form>
20</body>
21</html>
Note: See TracBrowser for help on using the repository browser.