Sep 4, 2000 #1 taval Programmer Jul 19, 2000 192 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 Aug 24, 2000 73 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 Dec 7, 2000 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 Apr 4, 2000 1,804 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