For an even quicker reply, position the cursor in the message box so your user can just start typing without selecting the box in the first place.
To do this, I tried adding this at the end of the template:
<SCRIPT LANGUAGE="JavaScript"><!--
document.vbform.message.focus();
//--></SCRIPT>
...but it doesn't do the job sometimes. Wonder where I'm going wrong?
Second, one of my users says (not unreasonably) "why does it appear on every page of a thread... why not just the last one"... I'll go hunting for a reason.
|