I have a form with an input box and a button next to it
if the button is clicked, I would like the input box to be
changed to a select box, is this possible ? with or without layers
thanks in advance.
Here's one version using <div> tags. You can also rewrite the specific tag you want changed using scripts but that's a bit more complicated if you want to change the selectbox often.