linechart2.asp

来自「ASP/VML Line Chart V。这个帮助你更好的编写网络程序」· ASP 代码 · 共 44 行

ASP
44
字号
<HTML xmlns:v="urn:schemas-microsoft-com:vml">
<HEAD>
<STYLE>
v\:* {behavior:url(#default#VML);}
</STYLE>
</HEAD>


<body bgcolor="#FFFFFF">
<table cellspacing="0" cellpadding="0" border="0" align="center">
  <tr>
    <td width="10" height="30" valign="top"></td>
    <td width="420" height="30" valign="top">
      <div align="center"><font face="Arial, Helvetica, sans-serif" size="2"><%=Request.Form("title")%></font></div>
    </td>
    <td width="49" height="30" valign="top"></td>
  </tr>
  <tr>
    <td height="300" colspan="3" valign="top"><img src="transparent.gif" width="35" height="29"><img src="topgraph.gif" width="365" height="30"><br>
  <img src="sidegraph.gif" width="30" height="265"> 
<v:polyline points="<%=Request.Form("p1x")%>pt,<%=Request.Form("p1y")%>pt,<%=Request.Form("p2x")%>pt,<%=Request.Form("p2y")%>pt,<%=Request.Form("p3x")%>pt,<%=Request.Form("p3y")%>pt,<%=Request.Form("p4x")%>pt,<%=Request.Form("p4y")%>pt,<%=Request.Form("p5x")%>pt,<%=Request.Form("p5y")%>pt,<%=Request.Form("p6x")%>pt,<%=Request.Form("p6y")%>pt"
strokecolor="<%=Request.Form("colour")%>" strokeweight="<%=Request.Form("line")%>"/></td>
  </tr>
  <tr>
    <td width="10" height="291" valign="top"></td>
    <td valign="top"> 
      <div align="center">
        <p><font face="Arial, Helvetica, sans-serif" size="2"><b> </b></font></p>
        </div>
</td>
    <td width="49" height="291" valign="top"></td>
  </tr>
  <tr>
    <td width="10" height="1" valign="top"><img width="10" height="1" src="transparent.gif"></td>
    <td width="420" height="1" valign="top"><img width="420" height="1" src="transparent.gif"></td>
    <td width="49" height="1" valign="top"><img width="15" height="1" src="transparent.gif"></td>
  </tr>
</table>
<div align="center"><br>
</div>
<p align="center">&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?