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 Westi 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. 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 this as a virtual directory already, but as you can already mostly likely tell, I am very new to all of this. I can access the files via by typing in the files path on the server in the address bar, but I am unfamiliar how to load them into my website in order to parse the data.
  3. dadougalee

    Displaying file information on my website, please help!

    That is a good idea, but I already know how I want to display the xml information. My real problem is locating the xml file on the server and grabing the information. There are multiple xml documents. The xml documents are located in a subdirectory of the server. I am using Microsoft's IIS...
  4. 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...
  5. dadougalee

    Getting an error!

    That was it, thanks a lot man! That never even crossed my mind! Doug
  6. 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...
  7. 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...
  8. 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...
  9. dadougalee

    Web Site Directory for multiple xml documents(newbie)

    Does anyone have any ideas?
  10. 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