achanak
12-11-2003, 03:49 AM
Hi
I wanted to create a simple webpage which has some plain text at the top and a form at the bottom. Any visitor to the website should be able to write anything in the form and on submission, the text written in the form should be added BELOW the original text.
The initial page would like this:
Text text text text text
Text text text text text
Text text text text text
---------
FORM
--------
Submit Button
After somebosy writes something in the form and submits, it would like :
Text text text text text
Text text text text text
Text text text text text
-------
new text new text new text
new text new text new text
---------
FORM
--------
Submit Button
Basically, I am trying to create the wiki functionality in Javascript. Can it be done? if so, how?
Thanks in advance
Achanak
I wanted to create a simple webpage which has some plain text at the top and a form at the bottom. Any visitor to the website should be able to write anything in the form and on submission, the text written in the form should be added BELOW the original text.
The initial page would like this:
Text text text text text
Text text text text text
Text text text text text
---------
FORM
--------
Submit Button
After somebosy writes something in the form and submits, it would like :
Text text text text text
Text text text text text
Text text text text text
-------
new text new text new text
new text new text new text
---------
FORM
--------
Submit Button
Basically, I am trying to create the wiki functionality in Javascript. Can it be done? if so, how?
Thanks in advance
Achanak