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.)
textarea
can take the valuevalue
if it is accessed from javascript, but it does not have this attribute! - Palmervan