网站做完了,好多错误,先试运行一段时间了!今天被这个文件搓折了一下!写上来分析一下:

 <!--#include file="include/db_conn.asp"-->
 <%
 sql="select top 2 h_id,h_date,h_resume,h_address from t_house where h_web=yes order by h_sort,h_id"
 set sr=Server.CreateObject("ADODB.recordset")
 sr.open sql,conn,1,1
 str="<table width=100% border=0 cellpadding=0 cellspacing=0><tr>"
 do until sr.eof
  sql_2="select top 1 w_pic from t_web_msg where w_msg_)
 sr.close
 set sr=nothing
 CloseConn
 %>

  要注意一些替换,不然总有些JavaScript的错误!还有,注意浏览器对JavaScript的支持!今天没太多时间,就先写些,过些时候写个完整的文章上来!


文章来源:http://computer.mblogger.cn/wucountry/posts/24471.aspx

相关文章:

  • 2021-10-04
  • 2021-08-27
  • 2022-12-23
  • 2022-02-06
  • 2021-11-19
  • 2021-06-20
  • 2021-09-11
  • 2022-12-23
猜你喜欢
  • 2022-02-16
  • 2022-01-04
  • 2021-05-19
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
  • 2021-07-03
相关资源
相似解决方案