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

📄 techsupport.asp

📁 功能最强大的ASP网站
💻 ASP
字号:
<%
session("title")="疑难解答"
session("headline")="首页 -> 注册系统 -> 疑难解答"
%>
<!--#include file="../inc/head2.asp"-->
<script language='JavaScript'>
<!--
function check_input()
{
if (document.techsupport.title.value=="")
{
alert('主题不能为空!');
document.techsupport.subject.focus();
return false;
}
return true;
}
//-->
</script>

      <br>
      <table width='100%' border='0' cellpadding='0' cellspacing='0'>
        <tr> 
          <td height='36'> 
            <table width='96%' border='0' align='center'>
              <tr> 
                <td> 
<form method='POST' action='teachsupport_in.asp' name='techsupport' onsubmit='return check_input()'>
主题:<input type='text' name='title' class='form'><br>
内容:(不超过256个字符)<br>
<textarea name='body' rows='10' cols='80'>
</textarea><br><br>
<p align='center'><input type='submit' value='提  交' name='B1'></p>

</form>
 </td> 
 </tr> 
</table>
<!--#include file="../inc/bottom2.asp"-->

⌨️ 快捷键说明

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