Discussion board creating

franklin1

Beta member
Messages
5
I know some basic JavaScript, and now I want to create something on my own. My first thought is programming a discussion board/message board/forum.
Is it possible in Javasript?
I would make it like this:
-every topic is an object, inside topics are the threads, which are objects in the topic objects.
-two important properties are title and user's text, which are defined in <input> tags.
 
Back
Top Bottom