webform.aspx

来自「LZ 文章信息管理系统 进入后台添加数据! 后台默认用户名和密码为:admi」· ASPX 代码 · 共 62 行

ASPX
62
字号
<%@ 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>&nbsp;</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>&nbsp;  </p>


<%
string aa,bb;
aa="Firekinger";
bb="JinLiezai";
Response.Write(ASCIIEncoding.ASCII.GetBytes(bb));
%>
</body>
</html>

⌨️ 快捷键说明

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