Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: makro
  • Order by date
  1. makro

    how do I create a dynamically linked listbox

    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 &quot;Forms&quot; section and you'll probably find your answer there. (or...
  2. makro

    FileSystemObject

    Hi!<br> You have to use the FileExitst method. It goes like this:<br> <br> &lt;%<br> fs = Server.CreateObject(&quot;Scripting.FileSystemObject&quot;)<br> if fs.FileExists(&quot;c:\some.bat&quot;) then<br> auto = fs.GetFile(&quot;c:\some.bat&quot;)<br> Response.Write(auto.size)<br> else<br>...

Part and Inventory Search

Back
Top