摘要:<% url = "http://www.remotesite.com/out.asp" ' add a BASE HREF tag for remote page which has relative image URLs, or style sheets, or JavaScript files
阅读全文
随笔分类 - ASP
摘要:<% url = "http://www.remotesite.com/out.asp" ' add a BASE HREF tag for remote page which has relative image URLs, or style sheets, or JavaScript files
阅读全文
摘要:in iis, create an independentapplication pool for the web site. enable asp server-side and client-side script debugging (properties - home directory - configuration - debugging). unenable anonymous ac...
阅读全文
摘要:1、打开Microsoft Visual Basic:2、修改工程名和类模块的名称:3、增加到引用asp:工程-->引用4、编写代码:在web.cls中输入'#####################Option ExplicitPrivate myContext As ScriptingContextPrivate myApplication As ApplicationPrivate m...
阅读全文
摘要:When we develop a function to let client download the files not directly open in the internet explorer, there are two ways. One is coding an intergrade file under reading and writing binary file, suc...
阅读全文
|