HighDots Forums  

I want to do what in this page!

Javascript JavaScript language (comp.lang.javascript)


Discuss I want to do what in this page! in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
durra.students@gmail.com
 
Posts: n/a

Default I want to do what in this page! - 04-04-2005 , 02:06 PM






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...


Reply With Quote
  #2  
Old   
David Dorward
 
Posts: n/a

Default Re: I want to do what in this page! - 04-04-2005 , 02:27 PM






durra.students (AT) gmail (DOT) com wrote:

Quote:
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.


--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Reply With Quote
  #3  
Old   
kaeli
 
Posts: n/a

Default Re: I want to do what in this page! - 04-04-2005 , 03:14 PM



In article <1112637972.733130.161820 (AT) l41g2000cwc (DOT) googlegroups.com>,
durra.students (AT) gmail (DOT) com enlightened us with...
Quote:
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)

--
--
~kaeli~
A plateau is a high form of flattery.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace



Reply With Quote
  #4  
Old   
jaf893@gmail.com
 
Posts: n/a

Default Re: I want to do what in this page! - 04-05-2005 , 10:54 AM



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.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.