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