[Javascript] make <input> field visible

Laurent Muchacho elmuchacho at gmail.com
Wed Nov 2 10:10:21 CST 2005


MessageHi Michael

Yes you was in the right direction 
document.getElementById('myInputText').style.visibility = 'hidden';
Found below an examples of how it work

http://expressive-media.co.uk/examples/form/select/show_hide_input.htm

Laurent





----- Original Message ----- 
From: Michael Borchers 
To: [JavaScript List] 
Sent: Wednesday, November 02, 2005 2:41 PM
Subject: [Javascript] make <input> field visible


i've got an input field that's supposed to be visible
only when a certain onSelect happens.
The onSelect event is no problem,
but how to define the invisible input field?

using a div layer with visibilty == true etc...?!



_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list