kj2w
01-06-2003, 08:43 AM
Hi, is it possible to dynamically change an input tag's type from say, 'hidden' to 'text'?
Jason
Jason
|
Click to See Complete Forum and Search --> : Changing an input tags' 'type' attribute kj2w 01-06-2003, 08:43 AM Hi, is it possible to dynamically change an input tag's type from say, 'hidden' to 'text'? Jason kj2w 01-06-2003, 09:16 AM What you wrote, works fine in ie. But not in nn 4.7X . Any ideas on how to change a tag's visibility from hidden to visible? Jason kj2w 01-06-2003, 09:57 AM So it sounds like i would have this basic setup: <div style="visibility:visible;"> <form name="firstForm"> <input type="text"> </form> <div> <div style="visibility:hidden;"> <form name="secondForm"> <input type="text"> </form> <div> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |