---------- Original Message ---------------------------------- From: "FlashGuy" <[EMAIL PROTECTED]>
>Right, but the idea I was trying to achieve was to keep the "look" the same (with the ><input> field) so it matches the rest of the form. In that case, you can try things like disabling it ( "disabled=yes" in IE) and doing onfocus="this.blur();". But, there are ways around it. As a fail safe, I'd have it display as a textbox, but I'd also use a hidden form field to pass the real value, so that even if they change it, it won't affect the real value. Scott -------------------------------- Scott Brady http://www.scottbrady.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

