Jul 17, 2002 #1 sjmojeck Technical User Sep 6, 2001 24 US Is there a way to dynamically list the contents of a directory on a server in a web page?
Jul 17, 2002 #2 Wullie Programmer Mar 17, 2001 3,674 GB Hi mate, If you can use SSI, then use the following code depending on your platform. Unix: <!--#exec cmd="ls" --> Windows <!--#exec cmd="dir" --> Hope this helps Wullie sales@freshlookdesign.co.uk http://www.freshlookdesign.co.ukhttp://www.searchit-now.co.uk Upvote 0 Downvote
Hi mate, If you can use SSI, then use the following code depending on your platform. Unix: <!--#exec cmd="ls" --> Windows <!--#exec cmd="dir" --> Hope this helps Wullie sales@freshlookdesign.co.uk http://www.freshlookdesign.co.ukhttp://www.searchit-now.co.uk
Jul 17, 2002 Thread starter #3 sjmojeck Technical User Sep 6, 2001 24 US Is there any way to do this with html? Upvote 0 Downvote
Jul 17, 2002 #4 Wullie Programmer Mar 17, 2001 3,674 GB Hi mate, It is not possible to execute a system command in html. A SSI page is simply a html page with SSI statements in it. Hope this helps Wullie sales@freshlookdesign.co.uk http://www.freshlookdesign.co.ukhttp://www.searchit-now.co.uk Upvote 0 Downvote
Hi mate, It is not possible to execute a system command in html. A SSI page is simply a html page with SSI statements in it. Hope this helps Wullie sales@freshlookdesign.co.uk http://www.freshlookdesign.co.ukhttp://www.searchit-now.co.uk