TECTED]]On Behalf Of Clemente Dani
Sent: Wednesday, November 08, 2000 3:53 PM
To: [EMAIL PROTECTED]
Subject: Re: Javascript: How can I enable or disable a field in
javascript
If you want to disable the field, you must set the "disabled" property
to true in JavaScript, but this taht is in
pls delete the 3D that came after onFocus and try out the code.
Hi,
Try using this.
where first is the first text field name ,
next is the second text field name ,
my_form is the form name
Happy coding!!!
Bye,
SJ
- Original Message -
From: "Synu Jacob Vengal" <[EMAIL PROTECTED]>
To:
If you want to disable the field, you must set the "disabled" property
to true in JavaScript, but this taht is in the Html4 especs.(I don't
know in earlier versions), only works in IE5 (I don't know in earlier
versions). Other way colud be that before the client browser send the
data, your JavaScr
a cool example at
http://www.webreference.com/js/tips/991030.html
^ _ ^"
- Original Message -
From: "Lorena Carlo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 08, 2000 11:14 AM
Subject: Javascript: How can I enable or disable a field in javascript
> Hi all,
>