Uneditable textarea box

2004-04-23 Thread MILAN MUSHRAN
Hi guys, I need a kind of uneditable textarea box. It may not be a textarea box, but even if it looks like one, that's fine. Also, if the text is greater then the size of the box, scroll bars should appear. This is to let the user view the page info using that box alone. Thanks a lot, Milan

RE: Uneditable textarea box

2004-04-23 Thread d.a.collie
Uneditable textarea box possible could use an iframe or use the onfocus event to blur it every time on the textarea tag -- dc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Uneditable textarea box

2004-04-23 Thread John Beynon
How about an IFRAME? -Original Message- From: MILAN MUSHRAN [mailto:[EMAIL PROTECTED] Sent: 23 April 2004 13:45 To: CF-Talk Subject: Uneditable textarea box Hi guys, I need a kind of uneditable textarea box. It may not be a textarea box, but even if it looks like one, that's fine

Re: Uneditable textarea box

2004-04-23 Thread Dave Francis
text /div - Original Message - From: MILAN MUSHRAN To: CF-Talk Sent: Friday, April 23, 2004 8:45 AM Subject: Uneditable textarea box Hi guys, I need a kind of uneditable textarea box. It may not be a textarea box, but even if it looks like one, that's fine. Also, if the text

RE: Uneditable textarea box

2004-04-23 Thread Jeff Garza
: MILAN MUSHRAN [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 5:45 AM To: CF-Talk Subject: Uneditable textarea box Hi guys, I need a kind of uneditable textarea box. It may not be a textarea box, but even if it looks like one, that's fine. Also, if the text is greater then the size

RE: Uneditable textarea box

2004-04-23 Thread Robert Orlini
How would the code look if it was just a one line text box as opposed to a textarea box? Robert O. -Original Message- From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 9:23 AM To: CF-Talk Subject: RE: Uneditable textarea box Try using a DIV with a stylesheet

RE: Uneditable textarea box

2004-04-23 Thread Jeff Garza
. Jeff Garza _ From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 6:25 AM To: CF-Talk Subject: RE: Uneditable textarea box How would the code look if it was just a one line text box as opposed to a textarea box? Robert O. -Original Message- From: Jeff Garza

RE: Uneditable textarea box

2004-04-23 Thread Robert Orlini
Thanks Jeff. -Original Message- From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 9:51 AM To: CF-Talk Subject: RE: Uneditable textarea box All you would need to do for this is adjust your height attribute until it matches a standard text input box. Something like

RE: Uneditable textarea box

2004-04-23 Thread Katz, Dov B (IT)
Out of curiousity, what is the browser compatibility on this? _ From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 9:51 AM To: CF-Talk Subject: RE: Uneditable textarea box All you would need to do for this is adjust your height attribute until it matches a standard

RE: Uneditable textarea box

2004-04-23 Thread MILAN MUSHRAN
We have to use netscape and frames are not allowed. From: Katz, Dov B (IT) [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Uneditable textarea box Date: Fri, 23 Apr 2004 10:13:13 -0400 Out of curiousity, what is the browser compatibility

RE: Uneditable textarea box

2004-04-23 Thread Burns, John D
iframe -Original Message- From: MILAN MUSHRAN [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 8:45 AM To: CF-Talk Subject: Uneditable textarea box Hi guys, I need a kind of uneditable textarea box. It may not be a textarea box, but even if it looks like one, that's fine. Also

RE: Uneditable textarea box

2004-04-23 Thread MILAN MUSHRAN
PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Uneditable textarea box Date: Fri, 23 Apr 2004 10:38:05 -0400 iframe -Original Message- From: MILAN MUSHRAN [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 8:45 AM To: CF-Talk Subject: Uneditable

Re: Uneditable textarea box

2004-04-23 Thread Thomas Chiverton
On Friday 23 Apr 2004 16:36 pm, MILAN MUSHRAN wrote: Now I am wondering how to create href's (Linked anchor) from the textarea. In the text area ? You can't. You'll have to use a styled up table cell or one of the other suggestions. -- Tom Chiverton Advanced ColdFusion Programmer Tel:

RE: Uneditable textarea box

2004-04-23 Thread Hagan, Ryan Mr (Contractor ACI)
the _javascript_ onFocus event on the textarea.Like so: textarea name=myDiabledTextarea > here/textarea -Original Message- From: MILAN MUSHRAN [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 11:36 AM To: CF-Talk Subject: RE: Uneditable textarea box Thank you very much to all of you for y

RE: Uneditable textarea box

2004-04-23 Thread Gonzo Rock
This works for IE and Netscape textarea readonly/textarea -Original Message- From: MILAN MUSHRAN [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 8:45 AM To: CF-Talk Subject: Uneditable textarea box Hi guys, I need a kind of uneditable textarea box. It may not be a textarea box