The following code in NT results in no border around the text box. On
XP, the border appears. I don't want a border, but I need the value
to post so I can't use a label. Does anyone have a solution?
<input type="text" id="bodytype" name="bodytype" readOnly="readO nly"
style='border-style: hidden' size="30" tabIndex="-1" value="Test Body
Type">
XP, the border appears. I don't want a border, but I need the value
to post so I can't use a label. Does anyone have a solution?
<input type="text" id="bodytype" name="bodytype" readOnly="readO nly"
style='border-style: hidden' size="30" tabIndex="-1" value="Test Body
Type">
Comment