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

    Any good tutorials out there?

    What I am trying to do is make a user configurable Crystal Report if you will. I want to first have a webpage that I can set parameters. For example I want to search an access database's records by a certain date. Then I would like Crystal Reports to generate a report based on those search...
  2. dadougalee

    Displaying file information on my website, please help!

    I have xml documents on a server that the website is on as well. I need to parse the xml files and display the information on the website. I am using javascript to parse the data, and display it. But my problem is retrieving this data in the first place. I was told javascript cannot deal...
  3. dadougalee

    Getting an error!

    I am using FileSystemObject in Javascript, to use to navigate files for a website. When I load the website, I get the runtime error, "Automation server can't create object". This error occurs at: var xml = new ActiveXObject("Microsoft.XMLDOM") ->->->xml.async = false<-<-<- fsObj = new...
  4. dadougalee

    Cannot read/write FTP! Please Help!

    Under "Computer Management", I created a user in the domain of "Administrator". And under "FTP Directory", I made the file path able to read and write from. I can enter the ftp site, and everything, but I can't read or write to it. What else am I missing? I am new with this, so please...
  5. dadougalee

    Help with FTP link in Javascript

    I am trying to use "FileSystemsObject" to be able to open up a certain webpage that is on a FTP server. Now the file opens and displays the text and fonts in the body, but it errors in the Javascript telling me it can't find the file I am looking for. But I am certain it is there. Here is a...
  6. dadougalee

    Web Site Directory for multiple xml documents(newbie)

    What I would like to do is have about 12 XML files in one folder. Take those files and load them into an HTML document. From there I want to display 3 or four tags from each XML document. Mostly likely I would display them all in a table or something. I know how to load one in. Here is my...

Part and Inventory Search

Back
Top