This is done with client script code, i.e. JavaScript.<br>
A good FAQ page for JavaScript is <A HREF="http://developer.irt.org/script/script.htm" TARGET="_new">http://developer.irt.org/script/script.htm</A><br>
Go to the "Forms" section and you'll probably find your answer there. (or...
Hi!<br>
You have to use the FileExitst method. It goes like this:<br>
<br>
<%<br>
fs = Server.CreateObject("Scripting.FileSystemObject")<br>
if fs.FileExists("c:\some.bat") then<br>
auto = fs.GetFile("c:\some.bat")<br>
Response.Write(auto.size)<br>
else<br>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.