这段ASP代码代表什么意思?
在一个ASP文件里面有这样得代码<%action=my_request("action",0)id=my_request("id",1)Ifaction="modify"...
在一个ASP文件里面有这样得代码
<%
action=my_request("action",0)
id=my_request("id",1)
If action="modify" Then
set rs=server.createobject("adodb.recordset")
sql="select news_info_type,news_info_content from news_info where id="&id
rs.open sql,conn,1,1
If Not rs.Eof Then
if rs(0)=0 then
Content=""
end if
if rs(0)=1 then
Content=rs(1)
End If
end if
Response.Write Content
rs.close
set rs=nothing
End If
%>
在另一个文件就用<iframe>来调用上面拿个ASP文件
<script language="javascript">
document.write ('<iframe src="News_TxtBox.asp" id="message" width="95%" height="200"></iframe>')
frames.message.document.designMode = "On";
</script>
搜索到有病毒...这是什么意思?
有人告诉我吗? 展开
<%
action=my_request("action",0)
id=my_request("id",1)
If action="modify" Then
set rs=server.createobject("adodb.recordset")
sql="select news_info_type,news_info_content from news_info where id="&id
rs.open sql,conn,1,1
If Not rs.Eof Then
if rs(0)=0 then
Content=""
end if
if rs(0)=1 then
Content=rs(1)
End If
end if
Response.Write Content
rs.close
set rs=nothing
End If
%>
在另一个文件就用<iframe>来调用上面拿个ASP文件
<script language="javascript">
document.write ('<iframe src="News_TxtBox.asp" id="message" width="95%" height="200"></iframe>')
frames.message.document.designMode = "On";
</script>
搜索到有病毒...这是什么意思?
有人告诉我吗? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询