| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| The_Duck -
 
 
 Joined: 07 Nov 2002
 Posts: 7
 
 
 | 
			
				|  Posted: Fri Nov 08, 2002 9:56 pm    Post subject: Directory Listing |   |  
				| 
 |  
				| I wish to show the contents of a server side directory in a web page. I know this isn't strictly a server issue but and help would be appreciated. 
 If I have to do it via CGI can it be done in ADA or Java (better yet javascript) ?
 
 Ty in advance
 |  | 
	
		| Back to top |         | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Sat Nov 09, 2002 1:45 am    Post subject: Re: Directory Listing |   |  
				| 
 |  
				|  	  | The_Duck wrote: |  	  | I wish to show the contents of a server side directory in a web page. I know this isn't strictly a server issue but and help would be appreciated. 
 If I have to do it via CGI can it be done in ADA or Java (better yet javascript) ?
 
 Ty in advance
 | 
 You can do it using multiple ways. You can for example create a CGI program (in ADA, PHP, Perl or whatever) that reads the directory contents and pretty-print them.
 You cannot use Java or Javascript as these excute on the client side only.
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		|  |