javascript advice

Associate
Joined
22 Oct 2002
Posts
1,688
Location
Piggy's Slave Cage
Hi all,

Never really done any javascript but i'll try and explain what i'm after.

The form will have a textbox, submit button, a done button and a textarea.

The user will enter a string in the textbox and click the submit button. The user's input needs to appear in the textarea. This action needs to continue until the user clicks the done button, then they'll be directed to a different page.

Is this doable? I've been playing around with javascript most of the day with little or no success :(
 
Last edited:
Yes, it is doable, but I must say that it seems a really odd thing to be doing. Why not just allow the user to type straight into the textarea? Do you need the input from the text input appended to whatever is in the textarea each time the submit button is clicked?
 
Back
Top Bottom