∧
中华考试网
·
阅读新闻
编程开发
>
ASP
>
文章内容
ASP编程教程技巧综合大全(32)
2015-8-23
编辑:ljnbset
Regsvr Functions
Insert Path to DLL Directory
<%
IF Request.Form("btnFileList") <> "" OR btnREG <> "" Then
Set RegisterFiles = New clsRegister
RegisterFiles.EchoB("
Select File
")
Call RegisterFiles.init(frmFolderPath)
RegisterFiles.EchoB("
")
IF Request.Form("btnREG") <> "" Then
Call RegisterFiles.Register(frmFilePath, frmMethod)
End IF
Set RegisterFiles = Nothing
End IF
%>
ASP编程教程技巧综合大全(31)
ASP.NET入门随想之抽象的力量
热点推荐
ASP编码教程:asp缓存的分类
ASP编码教程:如何实现/使用缓存
ASP编码教程:何谓ASP缓存/为什么要缓存
ASP编码教程:asp实现的sha1加密解密代码
ASP编码教程:asp执行带参数的sql语句实例