Re: Problem with setting Input box to Read Only

  •  08-08-2007, 8:50 AM

    Re: Problem with setting Input box to Read Only

    I'm using version 2.0.0.3 of Firefox.
     
    So to recap, Firefox 2.0.0.3 gives the following:
    <input readonly="readonly" value=" " align="bottom" />
     
    And IE6 gives the following:
    <input readOnlyvalue=" "  type="text" /></input>
     
    Cheers
View Complete Thread