Posted by Safalra on 12/09/65 11:31
Quasimido CSS wrote:
> i'd like
> to convert input name="yyyyyy" to a select name="yyyyyyy" (or whatever that can have
> more than one value assigned) that is
> 1 also chosen when user chooses the select name="zzzzzz" option.
> 2 still hidden (this isn't terribly important, though)
You can hide a select element using CSS (display:none;), but obviously
that depends on whether the UA supports CSS. It might be a better idea
to tell us why exactly you want to do this, and then we could propose
better solutions.
--
Safalra (Stephen Morley)
http://www.safalra.com/hypertext/
[Back to original message]
|