Hur får man så att t ex 3 är förvald ungefär som CHECKED i Radiobuttons?
<SELECT NAME="form">
<OPTION VALUE="7">7
<OPTION VALUE="6">6
<OPTION VALUE="5">5
<OPTION VALUE="4">4
<OPTION VALUE="3">3
<OPTION VALUE="2">2
<OPTION VALUE="1">1
</SELECT>
------------------
// David - Probably the best guy in the world