| <form method="post" action="http://server/cgi-bin/form.cgi"> <H2>Questionnaire</H2> What's your name? <input name="name"><br> What's your first name ? <input name="firstname"><br> What's your favorite brand ? <select name="brand"> <option selected>Asus <option>Abit <option>Msi <option>Gigabyte <option>Soltek<br> Do you like computers ?<br> <input type="radio" name="choice" value="yes" checked> Yes <br> <input type="radio" name="choix" value="no">No <input type="submit" value="Ok"> <input type="reset" value="Reset"> |