搜索资源列表
EncryptSimple
- 可逆加密组件 ====================== 使用方法 ============================================ Dim objEncrypt Set objEncrypt = Server.CreateObject(\"myEncrypt.clsEncrypt\") Dim strReturn 加密后文本 Dim strValue 加密前文本 加密开始 设置密钥(此行可以省略) o
JSCalls
- 能够从VC程序中调用网页中的JS代码,从而扩展你程序和网页的功能-VC program can call the page from the JS code to extend the functionality of your application and web pages