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

📄 a.asp

📁 基本技巧
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
<!--
body {
border:#FF0}
-->
</style>
</head>

<body><link rel="stylesheet" type="text/css" href="css/dd.css"/>
<table width="769" height="122" border="1" align="center" class="thin">
  <tr align="center">
    <td width="134" height="26">姓名</td>
    <td width="619">内容</td>
  </tr>
  <tr><% if request.Form("name")<>"" then %>
    <td><% response.Write(request.Form("name")) %>&nbsp;</td>
    <td><% response.Write(request.Form("neirong"))  
	End If %>      &nbsp;</td>
  </tr>
</table>
<form id="form1" name="form1" method="post" action="">
  <table width="769" height="219" border="1" align="center" class="thin">
    <tr>
      <td width="134" height="23" align="center">姓名</td>
      <td width="619"><label>
        <input type="text" name="name" id="name" />
      </label></td>
    </tr>
    <tr>
      <td rowspan="2" align="center">内容</td>
      <td height="154"><label>
        <textarea name="neirong" cols="50" rows="10" id="neirong"></textarea>
      </label></td>
    </tr>
    <tr>
      <td><label>
        <input type="submit" name="button" id="button" value="提交" />
      </label></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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