请问下段代码是什么语言写的

来源:百度知道 编辑:UC知道 时间:2024/07/02 09:56:13
第一段:
dim id
id=trim(request("id"))
if id="" then
Response.Write "<script language=JavaScript>{window.alert('没有信息需要删除!');window.history.go(-1);}</script>"
end if
Call DBConnBegin()
sSql="delete from StuInfo where id="&cstr(id)
oRs.open sSql,oConn,3,3
Call DBConnEnd()
Response.redirect "list.asp"
第二段:
<tr>
<td align="right">添加图片:</td>
<td align="left"><label>
<input type="file" name="file">
</label></td>
</tr>
<tr>
<td width="37%" align="right">所属班级:</td>
<td width="63%" align="left"><select size="1" name="user_class&quo

这应该是一段asp程序吧 整体应该是vbscript加html用response。write输出了一句javascript语句

第一段是用vb写的
第一段是html

第一段是VB,不用怀疑了
第二段是在HTML语言中,嵌入了ASP代码。其中<% %>里面的就是ASP代码。

vbs,asp