refill input form with the same value again after submit
I have this on a php page:
<input id='heyHo' name='heyHo' type='text' size='35' maxlength='200'
value='LetsGo' />
The user can submit the form as many times as he wants, but the 'LetsGo'
value is shown only on the first time because the form gets empty after
the posting. How can I refill the form with the same value after each time
user submits it?
No comments:
Post a Comment