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?
If it’s only in one place, I would probably chalk it up to a typo. TRANSMIT and CURSOR are not valid input attributes and won’t affect the rendering in any major browser.