|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Tools component |
From: |
Jon Morrison |
Date: |
7/18/2000 9:35:16 AM |
IP: |
62.232.55.1 |
I dont know if this is of any help to you at all. The only way I could get the Tools Component to work was to use JavaScript. For some reason VBScript wont use MSWC.Tools
<% @ language="JavaScript"%>
<HTML>
<BODY BGCOLOR="#FFFFFF">
<%
var Tools = Server.CreateObject("MSWC.Tools")
if (Tools.FileExists("index.html")) Response.write("Found index.html");
else Response.write("File Not Found");
%>
</BODY>
</HTML> |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|