📄 createtopic.asp
字号:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>创建主题</title>
<script language="JavaScript">
function check()
{
if(document.paper_form.username.value==""||document.paper_form.topic.value==""||document.paper_form.content.value=="")
{
alert("输入信息不全,请认真填写!");
return false;
}
else
{
return true;
}
}
</script>
</head>
<body bgcolor="#FFFFFF" topmargin="20" leftmargin="20" rightmargin="20">
<div style="height:300px;width:100%;overflow-x:hidden;overflow-y:hidden;"><img src="background04406.jpg" height="100%" width="100%">
</div>
<table width="100%" height=20px align="center">
<tr bgcolor="#99CCFF" align="center">
<td align="center" height="25" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">>><%=request.cookies("name")%>:
<a href="newlogin.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">退出</a>|
<a href="identitycheck.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">发表文章</a>
</td>
</tr>
</table>
<p align="center" style="font-family:华文行楷; font-size:36pt; color:#8080FF; weight:300">畅 所 欲 言</p>
</table>
<!--留言板面的设置-->
<form name="paper_form" action="paperstore.asp" method="post" onSubmit="return check()">
<table border="1" width="90%" align="center" cellspacing="0">
<tr height="40" bgcolor="#FFFFFF" align="center" valign="middle">
<td width="15%">作者:</td>
<td width="85%"><input type="text" name="username" size="50"></td></tr>
<tr height="40" bgcolor="#FFFFFF" align="center" valign="middle">
<td width="15%">主题:</td>
<td width="85%"><input type="text" name="title" size="50"></td></tr>
<tr height="40" bgcolor="#FFFFFF" align="center" valign="middle">
<td width="15%">文章内容:</td>
<td width="85%"><textarea name="content" cols="50" rows="15"></textarea></td></tr>
<tr><td colspan="2" height="40" bgcolor="#FFFFFF" align="center">
<input type="hidden" name="dt" value=<%=date%>>
<input type="submit" value="提交文章">
<input type="reset" value="重新输入"></td></tr>
</table>
</form>
<center><a href="newlogin.asp" class="STYLE1" style="font-family:'华文新魏'; color:#0066FF; text-decoration:blink; font-size:36px; font-weight:300">返回首页</a>
</table><p></p>
<table width="100%" height=20px align="center">
<tr bgcolor="#99CCFF" align="center"><td align="center" height="25" style="text-decoration:none; font-size:18pt;color:#FFFFFF; font-family:华文行楷">本网站作者:张焕玲 QQ:276679653</td></tr>
<tr bgcolor="#99CCFF" align="center"><td align="center" height="25" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">email:<a href="mailto:zhhl022@sina.com">zhhl022@sina.com</a></td></tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -