Line | |
---|
1 | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="lineClick.aspx.cs" Inherits="lineClick" %>
|
---|
2 |
|
---|
3 | <%@ Register Assembly="OpenFlashChart" Namespace="OpenFlashChart" TagPrefix="cc1" %>
|
---|
4 |
|
---|
5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
6 |
|
---|
7 | <html xmlns="http://www.w3.org/1999/xhtml" >
|
---|
8 | <head runat="server">
|
---|
9 | <title>无标题页</title>
|
---|
10 | <script type="text/javascript">
|
---|
11 | function lineclick(index)
|
---|
12 | {
|
---|
13 | alert(index);
|
---|
14 | }
|
---|
15 | </script>
|
---|
16 | </head>
|
---|
17 | <body>
|
---|
18 | <form id="form1" runat="server">
|
---|
19 | <div>
|
---|
20 | <cc1:openflashchartcontrol id="OpenFlashChartControl1" runat="server" datafile="datafile/lineclick.aspx"></cc1:openflashchartcontrol>
|
---|
21 |
|
---|
22 | </div>
|
---|
23 | </form>
|
---|
24 | </body>
|
---|
25 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.