Hello, I have a situation that needs to change my text box to combo box based on input entered. If the corresponding value has only one value than I am going to display in text box else in combo box. Can any one give me a hint how to solve this situation using java script. Thanks in advance.
manav kher
Ranch Hand
Joined: Nov 21, 2000
Posts: 98
posted
0
use divs <div id="div0" name="div0"></div> and in the javascript if(isTextBox){ document.all.layers.div0.innerHTML = '<input type="text"... else do the same for a combo box check the syntax but i hope u get the essence of what i am trying to say here -manav