- #1
ComputerGeek
- 383
- 0
Is there any way that I can use JS to read a directory on the web server and use that information on the web page?
I originally did this in PHP, but the server I built the site for has no PHP installed and the admin does not want to install it. On top of this, there is no CGI or ASP functionality set up.
so, I figure, rather than generating static pages on my computer when new data is added to the server and then uploading the page, I could perhaps use Javascript. I have not used JS much because I do not think it does much for you, especially when you use server side scripting (form validation is the only place I would normally use it).
any ideas?
I originally did this in PHP, but the server I built the site for has no PHP installed and the admin does not want to install it. On top of this, there is no CGI or ASP functionality set up.
so, I figure, rather than generating static pages on my computer when new data is added to the server and then uploading the page, I could perhaps use Javascript. I have not used JS much because I do not think it does much for you, especially when you use server side scripting (form validation is the only place I would normally use it).
any ideas?