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 Mike Lewis 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: Jaydakissx22
  • Order by date
  1. Jaydakissx22

    How can I traverse a directory tree

    if i had a parent folder with 20 subfolder and each subfolder had 20 other sub folders and eac sub-sub-folder had another 20 folders, is it possible to loop through all those hundreds of folders and return the files for all as a whole?
  2. Jaydakissx22

    Can I set file type in file dialog box with code?

    iza, interesting point. I'm building an internal app in js/vbscript and i want to be able to set the value to an input="file" form control. As you know i cant do it, it wont allow me. My boss is throwing a tandrum over this. How can i modify the registry to allow read/write access to...
  3. Jaydakissx22

    Upload file and then email attachment

    SweatLeaf, I have a Q, In the line below: fso.MoveFile "c:\" & ff &".dll", "\\NT_SERVER1\D_drive\testFolder\" I have a few Q's, what append a .dll extention? what if the ext of the file being uploaded is .GIF? Second, can you clarify the path you provided...
  4. Jaydakissx22

    check if file exists

    lowbk, you can intergerate the filesystem from javascript using the fileSystemObject() you can minuplate files , folders, drivers and more.
  5. Jaydakissx22

    ADO access using JavaScript

    con = new ActiveXObject("adodb.connection"); rst = new ActiveXObject("adodb.recordset"); strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Program Files\\mp3 data\\mp3database.mdb;"; strSql = "SELECT * FROM mp3dataTables&quot...
  6. Jaydakissx22

    Advanced Object Questions

    Uniment, relating to your first Q: Q1: Answer <script> function car(company, modelType, yearProd) { this.maker = company; this.model = modelType; this.year = yearProd; } someCar = new car(&quot;Ford&quot;, &quot;super-XZ-999&quot;, 2007); var myArray = new Array(); myArray[0] =...
  7. Jaydakissx22

    Installing Fonts

    how didyousolve this problem? InstallSheild is am activeXObject?

Part and Inventory Search

Back
Top