Link to home
Start Free TrialLog in
Avatar of EvanL
EvanL

asked on

Basic Guestbook

A client of mine has a crappy Geocities Webmaster account, that doesn't allow for much.

I'm trying to build a simple guestbook for this customer, but can't use any CGI scripts, SSIs, or anything else since Geocities doesn't support it.

Does anyone know of a simple guestbook script that uses HTML and Javascript only?

I'll start at 200 points, and offer 50 points or more for usable source code.

Thanks..
Avatar of webwoman
webwoman

There is none. To have a guestbook, you have to be able to WRITE to the files on the server. Without some kind of server side script, you can't do that.

Geocities should have a guestbook you can use. And that would be the ONLY thing you can use.
or you can use a remotely hosted guest book like:
http://cgi.resourceindex.com/Remotely_Hosted/Guestbooks/
Avatar of EvanL

ASKER

Okay, the client has moved their website from Geocities to a real web hosting account.  Since the first question was solved on its own, I'll ask another and increase the points:

I'm trying to find a script that will append text entered into a textbox onto a list.  For example:

Entering in: "My name is Bob"
will display test.html with:
 My name is Bob
on it.

Then, entering in: "and I like sushi."
will reload test.html with:
 My name is Bob and I like sushi.
on it.

I can use CGI scripts on this new server.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of cheekycj
cheekycj
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
have u tried using ASP, it is pretty basic and i think geocities allows it.
If u want any further help on ASP, let me know


Avatar of EvanL

ASKER

I found some code on this page I modified.  Thanks for your assistance.