⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.asp

📁 动态扇形统计图
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title>最常用软件</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
	font-family: "Arial", "宋体";
	font-size: 9pt;
	color: #FFFF00;
	background-color: #990000;
}
td {
	font-size: 9pt;
}
-->
</style>
<style type="text/css">
<!--
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
-->
</style>
</head>

<body>
<form name="form1" method="post" action="action.asp">
  <table border="0" align="center" cellpadding="3" cellspacing="1">
    <tr> 
      <td align="center"><strong> Flash饼图演示--最常用软件</strong></td>
    </tr>
    <tr> 
      <td align="center"><table border="0" cellpadding="3" cellspacing="1">
          <tr> 
            <td> <input type="checkbox" name="itemname" value="flash">Flash<br>
               <input type="checkbox" name="itemname" value="Dreamweaver">Dreamweaver<br>
               <input type="checkbox" name="itemname" value="Fireworks">Fireworks <br>
               <input type="checkbox" name="itemname" value="Freehand">Freehand <br>
               <input type="checkbox" name="itemname" value="FrontPage">FrontPage <br>
               <input type="checkbox" name="itemname" value="PhotoShop">PhotoShop
             </td>
          </tr>
          <tr> 
            <td><input type="submit" name="Submit" value="Enter"> <input type="reset" name="Submit2" value="Clear"> 
            </td>
          </tr>
        </table>
        <p>
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="300">
            <param name="movie" value="bt.swf">
            <param name="quality" value="high">
            <embed src="bt.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="300"></embed></object>
        <p><strong>[<a href="http://software.tsee.net/%7Edofy/temp/flashbemo.zip">源文件下载</a>] 
          [<a href="show.asp" target="_blank">数据传输格式</a>]</strong> 
        <p><strong>Copyright (C) 1998-2002 <a href="http://www.dofy.com">DOFY.COM</a></strong></p></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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