Form results .csv

C

Charlotte

I do websites through frontpage, i have a customer who wants to see the list
of people who email her through her website. i see that this list can be
downloaded to the form_results.csv - but this cant be viewed on the
internet as we get the error message:
Forbidden
You don't have permission to access /_private/form_results.csv on this
server.

is there any other way my customer can see the results?
 
R

Rob Giordano \(Crash\)

import the csv to your local machine then you can look at it in Excel if you
want.

--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression





|I do websites through frontpage, i have a customer who wants to see the
list
| of people who email her through her website. i see that this list can be
| downloaded to the form_results.csv - but this cant be viewed on the
| internet as we get the error message:
| Forbidden
| You don't have permission to access /_private/form_results.csv on this
| server.
|
| is there any other way my customer can see the results?
|
|
 
C

Charlotte

Yes i know, but my customer wants to see it when she wants her end .. i dont
want to keep emailing it to her..
is there any other way?
 
R

Ronx

Change the processing to a database application - for Unix server look
at PHP and mySQL. On Windows server use asp or asp.NET and Access.
The database wizards in FrontPage will assist with asp and Access on
Windows server.
Your client can then look at the database contents using a password
protected web page.

Details for the above will depend on your server platform (Unix or
Windows), your programming skills, and what your host supports.
 
M

Mike Mueller

The best thing is to replace that FPSE form handler with a custom script
which will send an email and save the data into a database. The MS
KnowledgeBase has articles on how to do this. Once it is in a database
on-line, you can give her a link to a page that can display the db's data
 

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