I have created dropdown menu "Users", whith 2 options to select
<select name="Users">
<option>User1</option>
<option>User2</option>
</select>
I'm stuck with next thing i want to do, which is: -if user1 is selected, another dropdown menu is generated -if user2 is selected, input windows is generated
I would like changes to be made without submit button. Changes should be made with selection on "users" dropdown menu.
Any tips or solution will be greatly appreciated!