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...
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.
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.