Beitrag von Mattias (110 Beiträge) am Sonntag, 8.Februar.2004, 04:53.
Sorry, war wohl ein bissl knapp...
<perl>
get "Id==$style", "styles_db";
</perl>
<html>
<head>
<style type="text/css">
<!--
body { background-color:$Hintergrund; font-family:$Schriftart; } usw...
-->
</style>
</head>
<body>
<form action="http://de2....baseportal.pl?htx=..." method="post" enctype="multipart/form-data">
<select name="style=" size="1">
<option value="0">basic</option>
<option value="1">modern</option>
<option value="2">elegant</option>
</select>
<input type="submit" value="Anzeigen">
</form>
</body>
</html>