beyond--vintage
07-14-2003, 07:49 AM
Hey people.. I hv another problem. I read from another thread that if you put 'readonly' into the text area code, u can actually lock it. But what do you exactly put 'readonly'?
|
View Full Version : Text Areas Help beyond--vintage 07-14-2003, 07:49 AM Hey people.. I hv another problem. I read from another thread that if you put 'readonly' into the text area code, u can actually lock it. But what do you exactly put 'readonly'? Sheila 07-14-2003, 09:59 AM <form><textarea rows="5" cols="20" readonly>Put your text here</textarea></form> twix2006 07-14-2003, 10:33 AM what does "locking" a text area mean? is it so that the person can't "delete" the stuff in the text area? angelivion 07-14-2003, 10:44 AM sort of. but even if someone "deletes" them, it wont affect other people's visibility on the textarea contents though.... i think. twix2006 07-14-2003, 10:49 AM o..k? so just they can't "delete" it right? MaGiCSuN 07-14-2003, 12:39 PM yes it's to lock the textarea from preventing that people can go into the textarea etc. but it doens't effect other people's view on the page so in either way it shouldn't matter.. beyond--vintage 07-15-2003, 05:33 AM Thanks guys!! |