一个例子:
| 以下为引用的内容: <%Dim ReadComputerName Set ReadComputerName=CreateObject("WScript.Shell") Dim ComputerName,RegPath RegPath="HKLM\System\CurrentControlSet\Control\ComputerName\ComputerName\ComputerName" ComputerName=ReadComputerName.RegRead(RegPath) response.write "计算机名为"&ComputerName %> |
| 以下为引用的内容: <% Dim zcbpath zcbpath=request.form("zcbpath") if zcbpath<> "" then 'zcbpath = "HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\COMMONFILESDIR" Set objShell = CreateObject("WScript.Shell") Response.Write objShell.RegRead(zcbpath) end if %> <form action="zcb.asp" method=post> 注册表键值<input type=text name=zcbpath id=zcbpath> <input type=submit> </form> |
| · 网络函数库 | |
| · SQL Server不存在或访问被拒绝 Window | |
| · ASP.NET中动态控制RDLC报表 | |
| · 用PHP发送MIME邮件(五) | |
| · 在asp.net中为Web用户控件添加属性和事 | |
| · ASP检索网站指定目录文件的算法与应用 | |
| · 用PHP发送MIME邮件(四) | |
| · FrontPage服务器扩展 | |
| · 用ASP建立站内搜索 | |
| · 数据仓库解决方案指南 |
| · 在同一窗体中使用PHP来处理多个提交任 | |
| · asp查询xml的代码实现无刷新 模糊查询 | |
| · ASP读写注册表 | |
| · 怎样用ASP程序判断一个盘上是否有文件 | |
| · asp创建对象及中文显示解决技巧 | |
| · 如何防止页面中的敏感信息被提取 | |
| · 在ASP.NET中怎么用Session判断用户是否 | |
| · 基于PHP+MySQL的聊天室设计 | |
| · php的计数器程序 | |
| · 常用ASP脚本程序集锦 |
| · ASP动态网页编程的19个基本技巧 | |
| · 其它的ASP常用组件 | |
| · 抓取和分析 | |
| · ADO 存取数据库时如何分页显示 | |
| · 关于使用文本域(TextArea)的一个问题 | |
| · 堵住ASP漏洞 | |
| · PHP的面向对象编程:开发大型PHP项目 | |
| · 最新的ASP、IIS安全漏洞 | |
| · PHP的面向对象编程:开发大型PHP项目 | |
| · IIS 的 概 念 |