相关文章  
  • 用 ASP编程来控制在IIS 建立Web站点
  • IIS6.0服务器架站无法访问解决方案总结
  • 装IIS 6.0后所有站都出现500错误
  • 服务器端异步 Web 方法(二)
  • 服务器端异步 Web 方法(三)
  • IIS自动开通组件编程
  • 提高IIS网站服务器效率八法
  • 成功做好网络管理员 IIS使用十大原则
  • 在 WebForm 的 DadaGrid 中显示图象
  • Web 应用程序级别的 Cluster 实现技术
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    用实例来说明如何优化Web数据库页面4


      Set rs = conn.Execute(sql)
      line = “function put_stations(){”
      file.WriteLine line
      line = “document.writeln(‘ ” & “ <select name = ‘stations’ >’)”
      file.WriteLine line
      While Not rs.EOF
      line = “document.write(‘<option >” & rs(“stations”) & “</option>’)”
      file.WriteLine line
      rs.MoveNext
      Wend
      line = “document.write(‘</select>’) }”
      file.WriteLine line
      file.close
      %>
      引用“静态”的“站名”的HTML页面如下:
      < html

    页码:[1] [2] [3] [4] [5] [6]4页、共6页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved