📄 webform.aspx
字号:
<%@ Page Language="C#" ContentType="text/html" ResponseEncoding="gb2312" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Untitled Document</title>
</head>
<body>
<script language="JavaScript">
window.alert("欢迎!请按“确定”继续。");
</script>
<%
Response.Redirect("uploads.aspx");
%>
<form name="form1" method="post" action="">
<p>
<select name="select">
<option value="1" selected>首页</option>
<option value="2">bbbb</option>
<option value="3">cccc</option>
</select>
</p>
<p>
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option value="AdminLogin.aspx">AdminLogin</option>
<option value="AdminManage.aspx">AdminManage</option>
</select>
</p>
<p> </p>
<table cellspacing=0 cellpadding=0 width="98%" align=center
border=0>
<tbody>
<tr>
<td><p align=center>转:
<select
onChange="var URL=this.options[this.selectedIndex].value; if(URL!='') {self.location=URL;} else {this.selectedIndex=0;}"
name=page>
<option
value=?page=0>第1页</option>
<option
value=?page=1
selected>第2页</option>
<option
value=?page=2>第3页</option>
</select>
</p></td>
</tr>
</tbody>
</table>
<p> </p>
<%
string aa,bb;
aa="Firekinger";
bb="JinLiezai";
Response.Write(ASCIIEncoding.ASCII.GetBytes(bb));
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -