Minimum antal tegn i textarea!!
Som overskriften siger mangler jeg et textarea som laver et pop-up vindue med tekst hvis der ikke er mere en eksempelvis 200 tegn i boksen. Samtidig skal der over boksen være et felt som tæller det antal tegn der er i boksen. Teksten skal ikke slettes men skal heller ikke kunne sendes hvis der ikke er nok tegn...Nogen ideér??
Hele filen er postet nedenunder: (BEMÆRK at filen ikke er færdig)
Den omtalte boks er markeret med fed
<?php
if(isset($_POST['Submit'])){
$name = $_POST['name'];
$alder = $_POST['alder'];
$site = $_POST['site'];
$aboutyou = $_POST['aboutyou'];
if (getenv(HTTP_X_FORWARDED_FOR)) {
$ip = getenv('HTTP_X_FORWARD_FOR');
$host = gethostbyaddr($ip);
} else {
$ip = getenv('REMOTE_ADDR');
$host = gethostbyaddr($ip);
}
$to = 'admin@-.dk';
$subject = 'Ny administrator';
$message = "\r\nNavn: $name\r\nAlder: $alder\r\n$name ønsker at administrere $site\r\nOm mig: $aboutyou\r\nIP: $ip";
mail($to, $subject, $message);
$msg = 'Din ansøgning er sendt.<br>Din ansøgning indeholder følgende data:';
$msg .= str_replace("\r\n",'<br>',$message);
}
?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Ansøgning som administrator hos -</title>
</head>
<body>
<p>
<?php
if(isset($msg)){
echo $msg;
}
?>
</p>
<p align="left">
<form id="form1" name="form1" method="post" action="">
<table width="734" border="0" cellpadding="0" style="border-collapse: collapse">
<tr>
<th nowrap="nowrap" scope="col" width="338" align="left">
Dit fornavn og efternavn</th>
<th width="390" align="left" nowrap="nowrap" scope="col"><input name="name" style="float: left" /></th>
</tr>
<tr>
<th nowrap="nowrap" scope="col" width="338" align="left">
<p align="left">
Din alder</th>
<th nowrap="nowrap" scope="col" align="left">
<input type="text" name="alder" /></th>
</tr>
<tr>
<th nowrap="nowrap" scope="col" width="338" align="left">Hvilket hjemmeside kunne du
tænke dig<br />
at administrere</th>
<th nowrap="nowrap" scope="col" align="left"><p>
<input type="text" name="site" />
Kun korte nanve som "xx.dk/xx"<br />
<br />
</p></th>
</tr>
<tr>
<th nowrap="nowrap" scope="col" width="338" align="left">Text 4</th>
<th nowrap="nowrap" scope="col" align="left">Svar</th>
</tr>
<tr>
<th nowrap="nowrap" scope="col" width="338" align="left">Text 5</th>
<th nowrap="nowrap" scope="col" align="left">Svar</th>
</tr>
<tr>
<th nowrap="nowrap" scope="col" width="338" align="left">Text 6</th>
<th nowrap="nowrap" scope="col" align="left">Svar</th>
</tr>
<tr>
<th nowrap="nowrap" scope="col" width="338" align="left">Text 7</th>
<th nowrap="nowrap" scope="col" align="left">Svar</th>
</tr>
<tr>
<th nowrap="nowrap" scope="col" width="338" align="left">Text 8</th>
<th nowrap="nowrap" scope="col" align="left">Svar</th>
</tr>
<tr>
<th nowrap="nowrap" scope="col" width="338" align="left">Text 9</th>
<th nowrap="nowrap" scope="col" align="left">Svar</th>
</tr>
<tr>
<th nowrap="nowrap" scope="col" width="338" align="left">Text 10</th>
<th nowrap="nowrap" scope="col" align="left">Svar</th>
</tr>
<tr>
<th nowrap="nowrap" scope="col" width="338" align="left">Lidt om dig selv<br />
<br />
<br />
<br />
<br /></th>
<th nowrap="nowrap" scope="col" align="left">[b]<textarea name="aboutyou" cols="60" rows="6">MINDST 200 tegn og ingen smiley eller "200 tegn" spam. Skriv evt. hvorfor lige du passer som administrator
-og skriv hellere end gerne ALLE dine spørgsmål ned.
Med venlige hilsner:
CrazyDog