Displaying folder contents on a webpage

T

TLCoop

I need to display contents of a folder in a table/cell on a webpage. I've
been able to do this with coldfusion, but no luck with FP2003. Any ideas?
Thanks in advance

Please email: (e-mail address removed)
 
K

Kevin Spencer

FP 2003 is a web design toolset. There's no reason why you can't continue to
use ColdFusion with your FrontPage web site.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
T

TLCoop

Thanks Kevin for the reply. My problem is I'm trying to display the contents
of a folder in a table cell using 'include content(page)' from a cfm file.
When FP tries to run the cfm to display contents, it blows up.
 
K

Kevin Spencer

You lost me. FrontPage doesn't run ColdFusion, any more than FrontPage runs
ASP. It is a development toolkit. By the time your web site is on the
Internet, FrontPage is out of the picture. So I don't understand what you're
trying to describe.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
R

Ronx

You cannot use a .cfm file as a FrontPage include file. You can
import a .cfm file into the web and link to it.
 
T

TLCoop

Thanks Ronx...that's what I was afraid of.....I'll have to go in another
direction.
Terry
 
C

Chris Leeds, MVP-FrontPage

take a look at www.asp101.com there's a bit of code there for doing a
directory list of a particular folder you can specify the path to.

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top