用ASP+FSO生成JS文件
复制代码 代码如下: !--#includefile="conn.asp"-- % setjs=server.CreateObject("ADODB.RecordSet") sql="selecttop10*fromarticleorderbyiddesc" setjs=conn.Execute(Sql) dowhilenotjs.eof title=js("title") addate=js("addate") foolcat=foolcat...
复制代码 代码如下: !--#includefile="conn.asp"-- % setjs=server.CreateObject("ADODB.RecordSet") sql="selecttop10*fromarticleorderbyiddesc" setjs=conn.Execute(Sql) dowhilenotjs.eof title=js("title") addate=js("addate") foolcat=foolcat...
基于很多原因,有不少朋友的空间不支持FSO, 还有就是当大量的页面生成静态页面时,占用大量的空间, 还有就是修改样式时,不方便, 所以动态页面还是有动态页面的好处, 但我们...
不知道大家对MSXML2.XMLHTTP是不是很熟悉,不过它的功能可以说是达到了极点.你可以通过它把别人的网站都"搬回来",呵呵,吹牛啦!! 今天我就用它从腾讯网站获取一个QQ号码的头像,在线情况...
基本思路: 为每一个功能写一个独立的程序,程序页 尽可能少的让客户了解你的服务器端信息 不要用"客户应该这么写"这个思路想问题 尽可能多的想到不可能发生的事情 1.关于交互式...
很多ASP初学习的朋友都有可能在双引号,单引号以及lt;%response.write ("cnbruce here")%hr %response.write ("bcnbruce here/b")% 产生的页面效果分别是:默认文字和加粗文字“cnbruce here” 下面再想想,如...
HTML文件标记 html head !-- title body 文字排版标记 br/ nobr p pre原始文字样式 center blockquote向内缩排 h标题 strong,b粗体 em,i,cite斜体 U底线 strike删除线 blink文字闪烁 big大型字体 small小型字体 su...
Overview: The Application Object represents a collection of ASP pages. The Application object has zero (0) properties, two (2) collections, two (2) methods, and two (2) events. Get Started: Below are a couple scripts for lesson11. %@LANGUAG...
有很多网友再问如何做一个JS新闻调用程序,现在贴出来供大家参考: JS调用程序: List2.asp 源码:-------------------------------------------------------------------------------- !--#includefile="Conn.asp"-- % D...