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

📄 addanswer.asp

📁 this a program about talent web database used asp and VB.
💻 ASP
字号:
<!--#include file="tools.asp"-->
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<%
if Request.Form("subm")="Submit" then
father=trim(Request.Form("father"))
body=trim(Request.Form("ans"))

strsql="insert tblanswers (father,body) values (" & father & "," & sqlstr(body) & ")"
conn.execute(strsql)
end if
%>
<BODY><form action="addanswer.asp" method="post">
<P><INPUT id=text1 name="father"></P>
<P><TEXTAREA id=TEXTAREA1 style="LEFT: 164px; WIDTH: 411px; TOP: 16px; HEIGHT: 180px" name=ans rows=9 cols=44></TEXTAREA>&nbsp;</P>
<P><INPUT id=submit1 type=submit value=Submit name="subm"></P>
</form>
</BODY>
</HTML>

⌨️ 快捷键说明

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