Good all the time of day.
<textarea name="mess" rows="7" cols="50" maxlength="1000" value="<? echo "123".$mod; ?>"></textarea> - Why is the value in value not displayed?
- Can anyone suggest a way (or better 2) to organize the display of the desired text / variable in the textarea? (Ideally without JS.)
textareacan take the valuevalueif it is accessed from javascript, but it does not have this attribute! - Palmervan