denne her er godt nok i phtml men den kan da bruges.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Style Selector</title>
<!-- Style include begin -->
<link href="CSS/WhiteOnBlack.css" rel="stylesheet">
<!-- Style include end -->
</head>
<body>
<!-- Styleselector form begin -->
<form action="/Sample/StyleSelector/StyleSelector.phtml" method="post">
<select name="stylename">
<option>BlackOnWhite</option><option selected>WhiteOnBlack</option> </select>
<input type="submit" name="teststyle" value="Test">
<input type="submit" name="choosestyle" value="Use">
</form>
<!-- Styleselector form end -->
</body>
</html>