<INPUT TYPE=RADIO NAME=computer VALUE=riscpc>Risc PC
<INPUT TYPE=RADIO NAME=computer VALUE=other>Other
</P>
<P>
<SELECT NAME=ram>
<OPTION VALUE=1Mb>1 Mb
<OPTION VALUE=2Mb>2 Mb
<OPTION SELECTED VALUE=4Mb>4 Mb
<OPTION VALUE=8Mb>8 Mb
<OPTION VALUE=16Mb>16 Mb
<OPTION VALUE=32Mb>32 Mb
</SELECT>
</P>
<P>
<INPUT TYPE=CHECKBOX NAME=vram VALUE=yes>VRAM
</P>
<P>
<SELECT MULTIPLE NAME=harddisc>
<OPTION SELECTED VALUE=200Mb>up to 200 Mb
<OPTION VALUE=500Mb>up to 500 Mb
<OPTION VALUE=1Gb>up to 1 Gb
<OPTION VALUE=2Gb>over 1 Gb
</SELECT>
</P>
<P>
<INPUT TYPE=SUBMIT VALUE="Submit this form">
<INPUT TYPE=RESET VALUE="Reset, and start again">
</P>
</FORM>
<HR>
<B>Notes on Forms</B>
<P>Form field names and values are escaped: space characters are replaced by '+' and then reserved characters are escaped, that is, non-alphanumeric characters are replaced by '%HH' - a percent sign and two hexadecimal digits representing the ASCII code of the character. Line breaks as in TEXTAREAs are represented as CR,LF pairs.</P>
<P>Fields which remain unfilled may, or may not, be omitted by the browser.</P>