Dec 12, 2002 #1 ecugrad MIS Joined Apr 17, 2001 Messages 191 Location US I should know this one.. In the below memo field, how can I make the text(non-editable). I want to keep the scrollbars and memo field format. <td width="550"><TextArea cols=39 rows="4"><%Response.write(Comments)%></TextArea><td> Thanks
I should know this one.. In the below memo field, how can I make the text(non-editable). I want to keep the scrollbars and memo field format. <td width="550"><TextArea cols=39 rows="4"><%Response.write(Comments)%></TextArea><td> Thanks
Dec 12, 2002 #2 mwa Programmer Joined Jul 12, 2002 Messages 507 Location US add readonly to the textarea tag... later, mwa Upvote 0 Downvote