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 TouchToneTommy 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: angelz
  • Content: Threads
  • Order by date
  1. angelz

    Compile error

    Hello all, I'm very new to Java programming. I tried to compile 'webcrawler.java'. It gives me one error from this particular line( in bold), --> public class webcrawler extends Applet implements ActionListener, Runnable { public static final String SEARCH = "Search"; public static final...
  2. angelz

    Can browse the file on website, but not found when...

    Hi all, My sys admin create a subdirectory for me in Apache server. I can view my file on the website when I type this url on the web browser, http://domain/mydir/mytext.txt but then, when I run a vbscript to access this file I got the error message that the "Error #53 file not...
  3. angelz

    Able to browse website, but can't access via script

    Hi all, My sys admin create a subdirectory for me in Apache server. I can view my website when I type this url on the web browser, http://domain/mydir/mypage.htm but then, when I run a vbscript to access this file I got the error message that the "Error #53 file not found".. anyone...
  4. angelz

    File not found

    I have a problem here. I tried ro read files in the web server, but I got the error message, File not found. This is my coding, (mainscript) Dim serverfile serverfile = "/angelz/path1/path2/iamfile.txt" OpenNamedListFile(MainScriptObject.serverfile) Sub OpenListFile(fileName)...

Part and Inventory Search

Back
Top