| 1 |
lars |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
5 |
<title>Unbenanntes Dokument</title>
|
|
|
6 |
<style type="text/css">
|
|
|
7 |
<!--
|
|
|
8 |
.radio {
|
|
|
9 |
color: #FFFFFF;
|
|
|
10 |
background-color: #FFFFFF;
|
|
|
11 |
display: inline;
|
|
|
12 |
}
|
|
|
13 |
-->
|
|
|
14 |
</style>
|
|
|
15 |
</head>
|
|
|
16 |
|
|
|
17 |
<body>
|
|
|
18 |
<form id="form1" name="form1" method="post" action="">
|
|
|
19 |
<input class="radio" type="radio" name="radiobutton" value="1" />1<br />
|
|
|
20 |
<input class="radio" type="radio" name="radiobutton" value="2" />2<br />
|
|
|
21 |
<input class="radio" type="radio" name="radiobutton" value="3" />3<br />
|
|
|
22 |
<input class="radio" type="radio" name="radiobutton" value="4" />4<br />
|
|
|
23 |
<input type="text" name="show" />
|
|
|
24 |
</form>
|
|
|
25 |
</body>
|
|
|
26 |
</html>
|