Advertisement
Guest User

Untitled

a guest
Apr 17th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <form>
  2. <input type="text" id="first" value="Text 1"><br>
  3. <input type="text" id="second" value="Text 2"><br>
  4. <input type="text" id="thirth" value="Text 3"><br>
  5. </form>
  6.  
  7. <form>
  8.  
  9. <button type="button" onclick="changeMenu(id)">Submit Values</button>
  10.  
  11.  
  12.  
  13.  
  14.  
  15. <select name="options1">
  16. <option value="">Fill Me</option>
  17.  
  18. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement