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

📄 noteadd.htm

📁 fger th t ytwety w4t qrt 43 q34rt5 q34t3q4t
💻 HTM
字号:
<script language=vbscript>
<!-- 
sub tijiao_onclick()
  msgstr=""
  userid=trim(noteadd.userid.value)
  email=trim(noteadd.email.value)
  subject=trim(noteadd.subject.value)

  if userid="" then
     msgstr=msgstr&"请输入您的大名!  "
  end if
  if email="" then
     msgstr=msgstr&"请输入您的email!  "
  end if
  if subject="" then
     msgstr=msgstr&"请为您的留言加上标题"
  end if
  if msgstr<>"" then
     alert msgstr
     exit sub
  else
     noteadd.submit()
  end if
 end sub
-->
</script>

<html>
<head>
<style type="text/css">
<!--
.style1 {
	color: #FF0000;
	font-size: large;
	font-family: "楷体_GB2312";
	font-weight: bold;
}
.style3 {font-size: x-small}
.style4 {color: #0000FF}
-->
</style>
</head>
<body>
<form name="noteadd" method="post" action="noteadd.asp">
  <TABLE width= "392" BORDER= "1" bordercolor="#339999" align="center" class=class1>
    <TR>
      <td width=382 height="52" bgcolor="#66CC99"><center class="style1">
        添加新留言
      </center></td>
    </TR>
    <TR align="center">
      <td width=382 height="337">
        <p><br>
          您的呢称 
          <input name="userid" type="text" id="userid">
          <br>
          您的邮箱 
          <input name="email" type="text" id="email">
          <br>
          留言主题 
          <input name="subject" type="text" id="subject">
          <br>
          <span class="style3">(--注:留言主题请不要超过17个字--)        </span></p>
        <p><span class="style4">留言内容</span><br>
          <textarea name="content" cols="30" rows="8" id="content"></textarea>
</p>
      <p>
        <input type="button" name="tijiao" value="提交">
            
         <input type="reset" name="zhongzhi" value="重置">
         <br>
         <br>
</p></Td>
    </tr>
  </TABLE>
</form>
</body>
</html>

⌨️ 快捷键说明

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