C7's Posts
Nairaland Forum › C7's Profile › C7's Posts
Any lastest news on ABU 2nd list should pls post it here. Students are left in frustration and hope. But lets all be optimistic and prayerful. All will be well |
Hey, I don't actually knows what u mean about webform but i hope i'm right about my thought. If you mean to have a registration form on your website,then i think u have 2 learn html form.BELOW IS AN EXAMPLE. 1)Lets say u want your form to collect data from a user such as:- -username -firstname. -lastname. -select password. -verify password. -a comment box. 2)u want the user to click a submit button which will take any of the following function:- *submit user details to a PHP page. OR *submit user details to an ASP page. *triggers a javascript function THEN 3)display a welcome page that addresses the user according to details submitted. ***THE HTML FORM CODE*** <form action='submit.php'method='post'onsubmit='check.js'> <br/> Choose Username: <br/> <input type='text'id='uname'/> <br/> Firstname: <br/> <input type='text'id='fname'/> <br/> Lastname: <br/> <input type='text'id='lname'/> <br/> New password: <br/> <input type='password'id='npword'/> <br/> Verify Password: <br/> <input type='password'id='vpword'/> <br/> Comments <br/><textarea cols='8'rows='9'id='comment'>whatever u want to appear in d comment box should be here </textarea><br/><input type='submit'value='continue'/></form> i will post the php,javascript code soon. Hope this works. |
@Ajembe have he checked it 4 u,i also got dsame news but i dnt knw if its true |