[好东西]AJAX REQUEST 请求类

作者的blog:
http://www.xujiwei.cn/blog/?id=776
最下面有作品下载~~ 只允许会员下载 该文件只允许会员下载! 登录 | 注册

]]>

强大的flash+xml饼图

程序代码 程序代码
set xmldoc=server.CreateObject(“microsoft.xmldom”)
xmldoc.load(server.mappath(“piedata.xml”))
pieName=”ITO,BPO,ITO/BPO,KPO,OTHER”
xmldoc.selectsinglenode(“//pie_name”).text=pieName
xmldoc.save(server.mappath(“piedata.xml”))
set xmldoc=nothing

只允许会员下载 该文件只允许会员下载! 登录 | 注册
]]>

0个评论  标签:   

[网站换肤]关于网站换肤的改进

2007年08月04日  

程序代码 程序代码
这次给大家看一段代码,具体作用大家从里面发现,效果见 http://www.wantree.cn
这段代码是通不过css验证的,因为找不到样式表~~~不过为了效果也无所谓啊,呵呵,因为样式表是通过的哈哈
HTML代码


[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]

服务器端的换肤
程序代码 程序代码
http://www.sharkui.com/articles/article.php?id=27
]]>

0个评论  标签: , ,   

在Form域中Post大于100K的数据

2007年07月31日  

Use a File Upload scheme, such as Microsoft Posting Acceptor.
Break the HTML form variables into multiple form variables before you submit the form. The 102,399 byte limit is for each form variable, so you can have multiple form variables of 102,399 characters or less. The following sample code illustrates this: WARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this code “as is” without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

程序代码 程序代码
onsubmit=”BreakItUp()”>



无觅相关文章插件,快速提升流量

« 上一页下一页 »