C-Yeo
08-17-2006, 05:50 AM
Expertise required~
Does anyone know how to display input by user in a html form in the same page without clicking a button?
<form method=”POST”>
<input type="text" name="name" id="name "size="60" maxlength="50" value="">
</form>
when user input their name in the form, I need to display the "value" in a thanks you message below the form. Explaination will be a bonus, cos i'm still new other programming languages. :p
any help would be very much appreciated~~ Thanks~ :D
Does anyone know how to display input by user in a html form in the same page without clicking a button?
<form method=”POST”>
<input type="text" name="name" id="name "size="60" maxlength="50" value="">
</form>
when user input their name in the form, I need to display the "value" in a thanks you message below the form. Explaination will be a bonus, cos i'm still new other programming languages. :p
any help would be very much appreciated~~ Thanks~ :D