Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form>
- <input type="text" id="first" value="Text 1"><br>
- <input type="text" id="second" value="Text 2"><br>
- <input type="text" id="thirth" value="Text 3"><br>
- </form>
- <form>
- <button type="button" onclick="changeMenu(id)">Submit Values</button>
- <select name="options1">
- <option value="">Fill Me</option>
- </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement