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: *

  1. donmc4

    Get Current Directory w/o ASP

    I just used the Replace command to replace "%20" with " ". It seemed to work fine. What do you think? Thanks Don
  2. donmc4

    Referencing objects

    Is it possible (and if so how) to open a new window (popup) that has a active-X textbox or listview list on it and populate it from information entered on the parent window (w/o ASP)?
  3. donmc4

    Get Current Directory w/o ASP

    Thanks 'dilettante' it seemed to work with no URL decoder required. Don
  4. donmc4

    Get Current Directory w/o ASP

    Thanks for your reply. I tried it and I get error message "Object required 'WScript'". Any ideas?
  5. donmc4

    Get Current Directory w/o ASP

    Is it possible to get the current drive and directory information similar to CurrentProject.Path in VBA.
  6. donmc4

    VBScript to read an on line text file.

    Thanks for your code 'dilettante' I finally implemented it and it works great. However, (and correct me if I'm wrong) I can't edit or write to the text file with this method right? Do you know of a method that would let me write to the text file in a similar way? Thanks for your help Don
  7. donmc4

    VBScript to read an on line text file.

    Do you have time to explain how to do those two steps you have suggested? i.e. are they hard to learn etc...
  8. donmc4

    VBScript to read an on line text file.

    Sorry, I don't know where the semi-colon comes from but it isn't there when I view the source with IE.
  9. donmc4

    VBScript to read an on line text file.

    Here is my complete code: --------------------------------------------------- <SCRIPT LANGUAGE=&quot;VBScript&quot;> Sub btnGo_Click() Dim objFSO, objTextFile, sRead, sReadLine, sReadAll,theCount Const ForReading = 1, ForWriting = 2, ForAppending = 8 Set objFSO =...
  10. donmc4

    VBScript to read an on line text file.

    Actually my problem is how to point to a file that is on the web. I get an error meassage when I point using the http address listed in the original meassage even though it is the actual address. Any ideas?
  11. donmc4

    VBScript to read an on line text file.

    I am wondering if it is possible to have VBScript read a text file that is on my web site i.e uploaded to my provider. I can't seem to get it to recognize where the file is with a line such as: Set objTextFile = objFSO.OpenTextFile(&quot;http://members.rogers.com/donmc4/StatsConfig.cfg&quot...

Part and Inventory Search

Back
Top