ich habe folgendes problem, ich weis, dass es schon öfters hier angesprochen wurde, hab auch die sufu benutzt aber nicht das gefunden bzw war ich anscheinend zu blöd es anzuwenden.
mein code sieht so aus udn ich hätte gerne wenn jmd. untern auf abschicken klickt, dass eine e-mail an mich geschickt wird.
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="$border">
<form method="post" name="post" action="index.php?site=register&do=verify">
<tr bgcolor="$bghead">
<td colspan="2" bgcolor="blue" class="title">Anmeldung Kickerturnier</td>
</tr>
<tr>
<td colspan="2" bgcolor="$pagebg"></td>
</tr>
<tr bgcolor="$bg1">
<td bgcolor="$bg1">Vorname:</td>
<td bgcolor="$bg2"><input type="text" name="firstname" size="30" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'"></td>
</tr>
<tr bgcolor="$bg2">
<td bgcolor="$bg3">Nachname:</td>
<td bgcolor="$bg4"><input type="text" name="lastname" size="30" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'"> </td>
</tr>
<tr bgcolor="$bg1">
<td bgcolor="$bg1">Geschlecht:</td>
<td bgcolor="$bg2">
<input class="input" type="radio" name="sex" value="m" checked> männlich
<input class="input" type="radio" name="sex" value="f"> weiblich
</td>
</tr>
<tr bgcolor="$bg2">
<td bgcolor="$bg3">Geburtstag:</td>
<td bgcolor="$bg4"><input name="b_day" type="text" maxlength="2" size="2" value="TT" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'">.<input name="b_month" type="text" maxlength="2" size="2" value="MM" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'">.<input name="b_year" type="text" maxlength="4" size="4" value="JJJJ" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'"></td>
</tr>
<tr bgcolor="$bg1">
<td bgcolor="$bg1">Nationalität:</td>
<td bgcolor="$bg2"><input type="text" name="firstname" size="30" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'"></td>
</tr>
<tr bgcolor="$bg1" valign="top">
<td bgcolor="$bg1">E-Mail: </td>
<td bgcolor="$bg2"><input type="text" name="mail" size="30" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'"> </td>
</tr>
<tr bgcolor="$bg2">
<td bgcolor="$bg3">Homepage:</td>
<td bgcolor="$bg4"><input type="text" name="homepage" size="30" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'" value="http://"></td>
</tr>
<tr bgcolor="$bg1">
<td bgcolor="$bg1"><input name="save" type="submit" value="Abschicken"></td> <form name="senden" action="[email protected]" method="post" enctype="text/plain">
</tr>
</form>
</table>
mein code sieht so aus udn ich hätte gerne wenn jmd. untern auf abschicken klickt, dass eine e-mail an mich geschickt wird.
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="$border">
<form method="post" name="post" action="index.php?site=register&do=verify">
<tr bgcolor="$bghead">
<td colspan="2" bgcolor="blue" class="title">Anmeldung Kickerturnier</td>
</tr>
<tr>
<td colspan="2" bgcolor="$pagebg"></td>
</tr>
<tr bgcolor="$bg1">
<td bgcolor="$bg1">Vorname:</td>
<td bgcolor="$bg2"><input type="text" name="firstname" size="30" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'"></td>
</tr>
<tr bgcolor="$bg2">
<td bgcolor="$bg3">Nachname:</td>
<td bgcolor="$bg4"><input type="text" name="lastname" size="30" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'"> </td>
</tr>
<tr bgcolor="$bg1">
<td bgcolor="$bg1">Geschlecht:</td>
<td bgcolor="$bg2">
<input class="input" type="radio" name="sex" value="m" checked> männlich
<input class="input" type="radio" name="sex" value="f"> weiblich
</td>
</tr>
<tr bgcolor="$bg2">
<td bgcolor="$bg3">Geburtstag:</td>
<td bgcolor="$bg4"><input name="b_day" type="text" maxlength="2" size="2" value="TT" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'">.<input name="b_month" type="text" maxlength="2" size="2" value="MM" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'">.<input name="b_year" type="text" maxlength="4" size="4" value="JJJJ" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'"></td>
</tr>
<tr bgcolor="$bg1">
<td bgcolor="$bg1">Nationalität:</td>
<td bgcolor="$bg2"><input type="text" name="firstname" size="30" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'"></td>
</tr>
<tr bgcolor="$bg1" valign="top">
<td bgcolor="$bg1">E-Mail: </td>
<td bgcolor="$bg2"><input type="text" name="mail" size="30" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'"> </td>
</tr>
<tr bgcolor="$bg2">
<td bgcolor="$bg3">Homepage:</td>
<td bgcolor="$bg4"><input type="text" name="homepage" size="30" class="form_off" onFocus="this.className='form_on'" onBlur="this.className='form_off'" value="http://"></td>
</tr>
<tr bgcolor="$bg1">
<td bgcolor="$bg1"><input name="save" type="submit" value="Abschicken"></td> <form name="senden" action="[email protected]" method="post" enctype="text/plain">
</tr>
</form>
</table>