Comment Field
by Fred Fourie
HTML
<h>Comment:</h>
<div id="placeholder" style="border: 1px solid rgb(166, 201, 226); vertical-align: top; width: 315px; height: 220px;">
<textarea id="comment" rows="10" cols="35" name="comment" form="usrform">
comments here</textarea
</div>
CSS
li {
cursor: pointer;
}
JavaScript
var t = document.getElementById('comment').value;
//now write T to the db