I want to do what in this page!

D

durra.students

I want to creat apage to show postes of visitors and show them in the
page
can I do that in JS?
and I want to let users to writedown there notes...

thank you for help...
 
D

David Dorward

I want to creat apage to show postes of visitors and show them in the
page
can I do that in JS?

To take user input and share it with other users you need something other
then client side JavaScript. There are server side JavaScript engines
available, but there aren't too popular AFAIK. What you choose to implement
this with is largely dependent on the capabilities of your server. Talk to
your provider and find out what server side programing facilities they
provide (if they say CGI then they probably mean Perl CGI) then find a book
or website on the topic.
 
K

kaeli

I want to creat apage to show postes of visitors and show them in the
page
can I do that in JS?
and I want to let users to writedown there notes...

A guestbook or a web forum needs to be done with a server-side script.
Many hosts provide these for free. Check with your host.

If it's just to let everyone write and share notes, check out using a Wiki.

(google is your friend)

--
 
J

jaf893

I'd recommend doing this using PHP with a MySQL backend. It is fairly
easy to make a forum/guest book using PHP and there are plenty of
tutorials out there.
 

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

Members online

No members online now.

Forum statistics

Threads
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top