涉及程序: IIS 描述: 通过构造特殊的 SEARCH 请求导致 IIS 执行攻击者代码漏洞 详细: 发现 IIS 在处理 SEARCH 请求时存在漏洞,攻击者通过提交构造特殊的 IIS SEARCH 请求能重启与 IIS 相关的所有服
2004-11-07'---- file name /upaoad.asp/ <% Public Function BuildUploadRequest(strRequestBin) Dim PosBeg, PosEnd, boundary, boundaryPos 'Get the boundary PosBeg
2004-11-07'---- file name /handld_upload.asp <% Response.Expires=0 Response.Buffer = TRUE Response.Clear Const IMAGE_SIZE = "width=""200"" height=""150""" Dim UploadRequest Set UploadRequest = Server.CreateObject
2004-11-07模拟OICQ下拉头像 //writed by 钟钟 2001/2/27 var bV=parseInt(navigator.appVersion); var IE4=((document.all)&&(bV>=4))?true:false; var NS4=(document.layers)?true:false; var z=0; function LayerV(L
2004-11-07注意事项: ※本文代码可能有一些多余部分未去掉,请在阅读时忽略。 一些外部include进来的文件这里就不贴上来了。 ※小乙写xsl也不久,很多语句都不会使用,有些地方写得比较罗嗦, 如果您有更好的分页代码,请多多拿来交
2004-11-07作者:Belltree Celine Dion Britney Spears Enya Christina Aguilera Backstreet Boys Spice Girls 一般我们取出一组数据后都喜欢将数据放
2004-11-07knowledge.XML文件 什么是ASP cxx  
2004-11-07<% dim objXML dim objRootElement dim strValue dim strInetURL dim strXML dim item strInetURL ="http://pf.inetsolution.com/inetactive2001/inet
2004-11-071、ASP文件: <% 'EXAMPLE AS:把数据库中一个每天24小时在线人数放到一个EXCEL文件中去 'AUTHOR :钢铁工人 'EMAIL :hello_hhb@21cn.com 'DATE  
2004-11-07Source Code -------------------------------------------------------------------------------- <% '****************************************************************************** ' ********************** DO NOT DELETE **************
2004-11-07Secure Your Access Database How can you keep unwanted people from downloading your database simply by typing in the url? You can't, it is not possible. BUT you can secure it by adding a password to it.
2004-11-07Using the global.asa to schedule ASP code execution. Have you ever had some asp code that needed to execute every once in a while but, you just didn't know how to do it. There is a solution that doesn't involve running any schedulin
2004-11-07Problem with Query String Method Often time we use query string collection to retrieve an unique record from a table. Notice the following piece of code - Detail.asp?RecordID=200 Here we are passing a que
2004-11-07If you are using ASP 3.0 (the version of ASP that comes with Windows 2000 / IIS 5) then you can use the following syntax: Session.Contents.Remove "name" where Name is the name of the Session variable you wish to remove. Removin
2004-11-07Deleting a Subset of Session Variables When using Sessions to store variables in, I use a naming convention - for example, for all Customer related info I prefix the session variable with the substring Customer. (so for the CustomerID
2004-11-07由于工作原因,涉及到一个树状存放记录的表,要求程序中把树状表全部展开,并输出相应的数据內容。由于涉及到此种操作的地方很多,比如网络上的\\\"论坛"就是典型的采用树状存放记录的表,特此整理出来与大家分享。 在很多资料都
2004-11-07关键之处在于tabindex,其设计思想是:为每个表单元素设置一个tabindex,其值分别为前一个表单元素的tabindex的值加一,函数的功能就是当用户按下回车键时先将当前tabindex的值加一,而后逐一与每个表单元素的tabindex值进行对比,如若相等,则将焦点移至该表单元素
2004-11-07DateDiff 函数 返回 Variant (Long) 的值,表示两个指定日期间的时间间隔数目。 语法 DateDiff(interval, date1, date2[, firstdayofweek][, firstweekofyear]]) DateDiff 函数语法
2004-11-07Mark Davis Microsoft Corporation 摘要:本文说明了某些 DHTML 功能对性能的重大影响,并提供了一些提高 DHTML 页面性能的技巧。 目录 简介 成批处理 DHTML 更改 使用 innerText 使用 DOM 添加单个元素 扩展 SELECT 元素中的选项
2004-11-07<% dim fso,f1 Const ForReading = 1 set fso=createobject("Scripting.FileSystemObject") ''使用fso对象读取信息。 set f1=fso.OpenTextFile("E:\doit\info2.txt", ForReading) ''打开要读取的文件 dim conn,rst
2004-11-07