最新消息:愿得一人心,白首不分离。

html中用js调用ASP文件,实现静态页面动态显示

html中用js调用ASP文件,实现静态页面动态显示,比如HMTL文章的动态新闻评论等

---简单版[调用代码,把他放哪儿,就在哪儿显示]--------

-----asdf.asp文件----------
<% Response.Write "document.write(""hello"");" '根据自己需要处理相关东西! %>
-------------------------------------------------------------------------------

---复杂版[调用代码,把他放哪儿,就在哪儿显示]--------

-----asdf.asp文件----------

<% cname=request.QueryString("cname") turl=request.ServerVariables("URL") sql="s elect gongsi from company where cname='"+cname+"'" rs.open sql,connstr,1,1 do while not rs.eof Response.Write "document.write(""

"");"
Response.Write "document.write(""

"");"
Response.Write "document.write(""

" & Rs("gongsi") & "

"");"
'Response.Write(gsname)
rs.movenext
loop
Response.Write "document.write("""&turl&""");"
%>

转载请注明:轮回阁 » html中用js调用ASP文件,实现静态页面动态显示

特别说明:所有资源均无解压密码且可直接下载,若有会特别注明,部分回复可见内容仅为提供更多的下载点。

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)