Thread Radiobutton bringen mich zur Verzweiflung... (11 answers)
Opened by renee at 2004-06-02 12:57

esskar
 2004-06-03 04:39
#25749 #25749
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
ich hätte es wohl mit

Code: (dl )
1
2
3
4
5
<form>
<input type="radio" name="type" value="1">high sensitivity</input>  <br>
<input type="radio" name="type" value="2" checked>average</input> <br>
<input type="radio" name="type" value="3">high specificity</input>
</form>


gelöst!\n\n

<!--EDIT|esskar|1086223171-->

View full thread Radiobutton bringen mich zur Verzweiflung...