RE: (OT) making fields readonly with JavaScript

2000-09-01 Thread Steve Martin
input type="text" onFocus="blur();" Steve -Original Message- From: Jamie Keane [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 14:51 To: CFTalk Subject: (OT) making fields readonly with JavaScript Hi all, and I apologise for being off-topic, bu

(OT) making fields readonly with JavaScript

2000-08-31 Thread Jamie Keane
Hi all, and I apologise for being off-topic, but this is driving me nuts! Is there a way to "disable" text field via JavaScript? I know of the READONLY attribute, and the client likes how that works, but in my research I was not able to come up with a way to access that attribute through JS.

RE: (OT) making fields readonly with JavaScript

2000-08-31 Thread Jason Powers
the value in the field with its previous value. -Original Message- From: Jamie Keane [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 9:51 AM To: CFTalk Subject: (OT) making fields readonly with JavaScript Hi all, and I apologise for being off-topic, but this is driving me

RE: (OT) making fields readonly with JavaScript

2000-08-31 Thread DeVoil, Nick
I know of the READONLY attribute, and the client likes how that works, but in my research I was not able to come up with a way to access that attribute through JS. Any ideas? document.formname.fieldname.readOnly This only works on IE I think. For NN solution try

Re: (OT) making fields readonly with JavaScript

2000-08-31 Thread Ricq Pattay
ane [EMAIL PROTECTED] To: CFTalk [EMAIL PROTECTED] Sent: Thursday, August 31, 2000 8:50 AM Subject: (OT) making fields readonly with JavaScript Hi all, and I apologise for being off-topic, but this is driving me nuts! Is there a way to "disable" text field via JavaScript? I know of the

RE: (OT) making fields readonly with JavaScript

2000-08-31 Thread Gary McNeel, Jr.
]' Subject: RE: (OT) making fields readonly with JavaScript Jamie, Shouldn't it be possible for you to use the blur() method to force focus off of that text box? Like this: input type="text" onFocus="this.blur();" to take focus off of that field, or input type="text&q

Re: (OT) making fields readonly with JavaScript

2000-08-31 Thread John Andrichak IV
om: Jamie Keane [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 9:51 AM To: CFTalk Subject: (OT) making fields readonly with JavaScript Hi all, and I apologise for being off-topic, but this is driving me nuts! Is there a way to "disable" text field via JavaScript? I know of

Re: (OT) making fields readonly with JavaScript

2000-08-31 Thread Jamie Keane
] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Date: Thursday, August 31, 2000 12:05 PM Subject: RE: (OT) making fields readonly with JavaScript Jamie, Shouldn't it be possible for you to use the blur() method to force focus off of that text box? Like this: input type="text" onFocus="this.b

Re[2]: (OT) making fields readonly with JavaScript

2000-08-31 Thread Carol Bluestein
PROTECTED] Univ of Minnesota - Twin Cities College of Veterinary Medicine - Original Message - From: Jamie Keane [EMAIL PROTECTED] To: CFTalk [EMAIL PROTECTED] Sent: Thursday, August 31, 2000 8:50 AM Subject: (OT) making fields readonly with JavaScript Hi all, and I apologise for being

RE: (OT) making fields readonly with JavaScript

2000-08-31 Thread Jeff Sarsoun
Yes, but make make sure you re-enable it if you want to use it on a called template. -Original Message- From: John Andrichak IV [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 1:00 PM To: [EMAIL PROTECTED] Subject: Re: (OT) making fields readonly with JavaScript

Re: Re[2]: (OT) making fields readonly with JavaScript

2000-08-31 Thread Jamie Keane
icq Pattay [EMAIL PROTECTED] Univ of Minnesota - Twin Cities College of Veterinary Medicine - Original Message - From: Jamie Keane [EMAIL PROTECTED] To: CFTalk [EMAIL PROTECTED] Sent: Thursday, August 31, 2000 8:50 AM Subject: (OT) making fields readonly with JavaScript Hi all, and I