I inherited an ASP classic application created in Visual Studio 6.0, I believe.
There is an INPUT text tag in a form with attributes I don't quite recognize:
<INPUT TYPE="TEXT" NAME="OPERATOR_CODE" SIZE="12" MAXLENGTH="12" TRANSMIT CURSOR>
What is this TRANSMIT CURSOR attribute and what does it do?