Sep 4, 2000 #1 taval Programmer Joined Jul 19, 2000 Messages 192 Location GB I was just wondering how would I be able to lock a textbox so a value could not be changed from it. Thanks.
I was just wondering how would I be able to lock a textbox so a value could not be changed from it. Thanks.
Sep 4, 2000 1 #2 DubnerM Programmer Joined Aug 24, 2000 Messages 73 Location RU For some strange reason nobody, can take such hard step as looking to FAQ... But, in FAQ of this forum this question is numbered as ONE!!! Upvote 0 Downvote
For some strange reason nobody, can take such hard step as looking to FAQ... But, in FAQ of this forum this question is numbered as ONE!!!
Mar 1, 2001 #3 Atchett Programmer Joined Dec 7, 2000 Messages 35 You use the readonly attribute. e.g. <input maxlength=14 size=14 name=Blah value="blahblahblahbl" readonly> Hope this helps, Cheers Upvote 0 Downvote
You use the readonly attribute. e.g. <input maxlength=14 size=14 name=Blah value="blahblahblahbl" readonly> Hope this helps, Cheers
Mar 1, 2001 #4 iza Programmer Joined Apr 4, 2000 Messages 1,804 Location FR atchett, this is ie4+ only ! it won't work in ns ... and what's more, as DubnerM said, it's all in the faq Upvote 0 Downvote
atchett, this is ie4+ only ! it won't work in ns ... and what's more, as DubnerM said, it's all in the faq