📄 linechart2.asp
字号:
<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"> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -