www.gusucode.com > ASP+ACCESS在线教育系统设计(源代码+论文) > ASP+ACCESS在线教育系统设计(源代码+论文)\王智_在线教育系统\teacher\bulletin_new.asp

    <%@  Language = "VBScript"  %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<!-- #Include file="..\include\style.inc" -->
</head>
<body>
<table border="0" cellspacing="1" width="600">
<tr class="tr3"><td>
<form method="POST" action="bulletin_insert.asp" id="form1" name="form1">
  <p>公告标题:<input type="text" name="title" size="42"></p>
  <p>是否重要<input name="flag_attention" type="checkbox"></p> 
  <p>公告内容:</p>
  <p><textarea rows="10" name="detail" cols="70" wrap="hard"></textarea></p>
  <p><input type="submit" value="提 交" name="B1"><input type="button" value="返 回" onclick="vbscript:window.history.back"></p>
</form>
</td></tr></table>
</body>
</html>