monthpower.asp

来自「ASPTest 网络基础网页设计」· ASP 代码 · 共 24 行

ASP
24
字号
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title> </title>
</head>

<body background="MusicBG.gif">

<%
Session("type") = Request("type")
Session("name") = Request("name")
Session("mYear1") = Request("myear1")
Session("mYear2") = Request("myear2")
Session("mYear3") = Request("myear3")
Session("mMonth1") = Request("mmonth1")
Session("mMonth2") = Request("mmonth2")
Session("mMonth3") = Request("mmonth3")
%>
<p align="center"><img src="MonthPowerGraph.asp" align="center">

</body>

</html>

⌨️ 快捷键说明

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