<BODY>
<select onchange=xx()><option/>1<option/>2<option/>3</select><div id=ss></div>
</BODY>
</HTML>
<script>
function xx()
{
var xx="<input/>.........."//你需要显示的东西
ss.innerHTML+=xx
}
</script>