> just curious... does your textarea has an "id" attribute... i don't > know if it is required, but if it doesn't have an id, then adding one > might help. just my .02.
Yes my textarea have an "id", but the problem still remain :( My form : <form method="post" action="send.php" id="formSend"> <strong>Title<strong /><br /> <input type="text" name="title" size="50"> <br /> <strong>Message<strong /><br /> <textarea id="txt1" name="message" rows="10" cols="50"></textarea> <br /> <input type="submit" name="action" value="Send"> <input type="reset" value="Reset"> </form> -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay