You can use readonly="readonly" and use a CSS style for the coloration.
See below:

<html>
    <head>
    <style>
        .disabled
        {
            background-color: #eeeeee;
            color: #cccccc;
        }
    </style>
    </head>
    <body>
        <form>
            <input readonly="readonly" class="disabled"/>
        </form>
    </body>
</html>

Tony Weeg wrote:

>hi there.
>
>in IE its easy to set something = disabled or disabled = true.
>
>but, in Firefox, i cant seem to get it to work.
>
>any ideas?
>
>thanks.
>
>  
>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:155569
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to