Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Read Only


Message #1 by "Clemencia Diaz" <cdiaz@c...> on Wed, 30 Oct 2002 17:52:51 -0500
Thanks very much, that's right

-----Original Message-----
From: Roy Koczela [mailto:rkoczela@a...]
Sent: Mi=E9rcoles, 30 de Octubre de 2002 07:03 p.m.
To: javascript
Subject: [javascript] RE: Read Only


OK:
if (Form1.TxtCodBodega.value !=3D "" )
  {
     Form1.TxtCodBodegaDestino.readOnly =3D true;
  }


-----Original Message-----
From: Clemencia Diaz [mailto:cdiaz@c...]
Sent: Wednesday, October 30, 2002 3:29 PM
To: javascript
Subject: [javascript] RE: Read Only


thanks, but I need disabled dynamic like

  if (Form1.TxtCodBodega.value !=3D "" )
  {
     Form1.TxtCodBodegaDestino.style.display =3D "none"
  }



-----Original Message-----
From: Roy Koczela [mailto:rkoczela@a...]
Sent: Mi=E9rcoles, 30 de Octubre de 2002 06:19 p.m.
To: javascript
Subject: [javascript] RE: Read Only


<INPUT TYPE=3D'text' READONLY>

not too hard :-)

-----Original Message-----
From: Clemencia Diaz [mailto:cdiaz@c...]
Sent: Wednesday, October 30, 2002 2:53 PM
To: javascript
Subject: [javascript] Read Only


I need put the text like "read only", not disabled


Some body know ?

Thanks!

Clemencia


---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20



---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20


---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20



---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20

  Return to Index