VBSctipt 5.0中的新特性 能够在ASP中应用的特性包括了那些由脚本引擎所提供的特性,这意味着VBScript的改进也可在ASP中应用。VBScript的改进如下所述: 1、 在脚本中使用类 在VBScript中实现完整的VB类(class)模型,但明显的例外是在ASP服
2004-11-07ASP.NET 在同一个页面不支持多个 runat=server forms,要解决这个问题,可以把每个 form 放在一个单独的 panel 控件中,这样用户就可以简单地通过单选按钮在不同 panel 间切换。 代码如下: 2FormExample.aspx <%@ Page language="c#" Codebehind
2004-11-07导 读:介绍了有关ASP.NET中XML控件的使用,有个小BUG:在WEBFORM.ASPX中出现的XML控件,其中的transformsource属性设定了样式表文件路径,可是在文章出处没有找到这个XSL文件.:( 自己解决吧. 在这个代码中揭示了微软在ASP.NET架构中隐藏的一个WEB表单控件,即,我
2004-11-07涉及程序: 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-07