[thelist] What does HTH mean in sign offs

Mike Wick mwick at kualumni.org
Fri Oct 6 10:42:13 CDT 2000


I owe the group a tip.

<tip type=javascript>

If you need to disable a text field so that no data may be input, you can use the onfocus handler to call the blur() function:

<INPUT TYPE="text" NAME="myfield" ID="myfield" ONFOCUS="this.blur()">

</tip>

Thanks again,

Mike





More information about the thelist mailing list