Forms using ASP

M

Max

Hi
I have just created a form in Frontpage to get user input
which i want displayed to all those who visit my site.

using 'method=post' and using 'response.write(request.form
("fname"))' when the user inputs the data the display
page opens and is only visible to the user who inputed
the data and NOT to all those who visit the site.

Can anyone please help me to display all the user input
data in a table on the display page for all those who
visit my site.

Thanks
Max
 
M

MD WebsUnlimited.com

Hi Max,

You'll have to store the entered information into a database then display it
"all" when another visitor requests it.
See theDRW and DIW in the help system.
 
M

Max

Thanks Mike,
I checked the Frontpage help system but the search came
up with no listing for DRW and DIW.

What r they and where can i get info on them?

Thanks
Max
 
Top