Hallo,
Ik heb dit tot nu toe:
Alleen ik wil dat hij dit naar me toe mailt! Kan dit?
Groetjes Ruben!
Ik heb dit tot nu toe:
PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Verzoeklijn</title>
<style type="text/css">
.nav
{
width: 200px;
padding: 13px;
vertical-align: top;
text-align: left;
}
.main
{
padding: 13px;
vertical-align: top;
text-align: left;
}
.title
{
font-size: 22px;
font-family: Trebuchet MS;
color: #145574;
}
.verdanatext
{
font-size: 10px;
font-family: Verdana;
}
.subtitle
{
font-size: 14px;
font-weight: bold;
}
td, a, a:link, a:active, input, select, textarea, body
{
font-size: 12px;
font-family: Trebuchet MS;
color: #000000;
text-decoration: none;
}
a:hover
{
font-weight: bold;
cursor: hand;
cursor: pointer;
}
input, textarea, fieldset, select
{
border: 1px solid #e3e3e3;
background: transparent;
}
option
{
background: #ffffff;
}
legend
{
color: #145574;
}
fieldset
{
text-align: left;
padding: 7px;
}
hr
{
border: 0px;
color: #e3e3e3;
background: #e3e3e3;
height: 1px;
}
</style>
</head>
<body>
<div class="wrapper">
<br>
<form style="display: inline;" action="" method="post" ?clear_all_requests" method="post" onsubmit="if( !confirm('Heb je de goede DJ geselecteerd? Druk dan op ok!') ) { return false; }">
<label for="habbo"><b>Naam:</b></label><br>
<input type="text" name="habbo" id="habbo" maxlength="255" />
<br /><br />
<label for="type"><b>Onderwerp:</b></label><br>
<select name="type" id="type">
<option value="7">
Grapje </option>
<option value="6">
Berichtje </option>
<option value="5">
Verzoekje </option>
<option value="8">
Antwoord </option>
</select>
<br /><br />
<label for="dj"><b>DJ:</b></label><br>
<select name="dj" id="dj">
<option value="1">
DJ Ruben </option>
<option value="2">
DJ Marc </option>
</select>
<br /><br />
<label for="request"><b>Bericht:</b></label><br>
<textarea name="request" id="request" rows="8" cols="50"></textarea>
<br /><br />
<input class="button" type="submit" name="submit" value="Verstuur naar de DJ"/>
</form>
</div>
</body>
</html>
Alleen ik wil dat hij dit naar me toe mailt! Kan dit?
Groetjes Ruben!