Click to See Complete Forum and Search --> : Looking for...


Wise Pranker
11-04-2003, 03:53 AM
... a script that lets viewers to a webpage submit a form and the contents of the form then become visible on the webpage - does that make sense? For example - the page in question describes a restaurant - the form allows visitors to review the restaurant and then after the form is submitted, their review is added to the webpage.

fredmv
11-04-2003, 04:07 AM
Welcome to the forums.

Sorry to tell you, but this just isn't possible with client-side JavaScript, mainly because JavaScript can't read or write files on the server. You're going to have to resort to a server-side language such as PHP or Perl. I would suggest posting in the server-side forum or waiting for a moderator to move this thread for you.

Good luck.