Upon loading the document the edit box is automatically focussed. This allows you to start typing without a click into the edit-box.
$UserHeader = <<AUTOFOCUSJAVASCRIPT;
<script language="JavaScript" type="text/javascript">
function onLoad(){
document.getElementsByName("text")[0].focus();
}
</script>
AUTOFOCUSJAVASCRIPT
$UserBody = 'onload="onLoad()"'; # Optional <BODY> tag additional content
The idea was taken from http://dict.leo.org (a german <-> english dictionary) and modified to work with Usemod 1.0 by [Christopher Özbek].