Hi,
Do you know how to make a text box where a person can write to it... example


question #1:

What are the nutrients in an apple?

------------------------------------------------
Textbox



------------------------------------------------

The textbox should auto scrolls... so the one having an exam can write as much
as he wants....Then after he write something in that textbox he can press a
button... "Finalize" or "submit" then the text will be input in the same
page... (just like writing in a Forum after you press submit new thread).... it
should be written in correct format like in times new roman.... then there
should be a "PRINT" button so the examinee can print the aswers that he
inserted in that Text box. Is that clear?

It will be used in the CD Format... no servers required...
What is the right script if you want to make an "essay" type of exam, then
after the examinee finished typing in a certain "textbox" (you know... just
like typing here in the forum after you press submit what you typed here will
display in a proper format, color, size, etc... but it's also ok if it will
only display in the screen in Times New Roman font) then after it displays on
the screen, there is a "Print" button that will Print all of the examinee's
Answers no matter how long his answer is. That's all...

Given the situation... You were simply asked to make a code that will be used
for "self-examination" in CD, of course the examinee wants to submit his
answers by Printing it in paper... the exams are essay type... The result
should be a printed paper with the questions and the answers in it... but you
don't have to use MSWord... It must be a web-page...


I recieved a code: <input name="button" type="button" onclick="window.print()"
value="print"/>

This will only print the input text in the Textbox but not all what you typed
in the textbox... it was some sort of a Print screen... it doesn't cover all
the typos below if you scroll down....

OK THANKS