Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <div class="form-control">
  2. <div class="input-group">
  3. <span class="input-group-addon">
  4. <input type="text" id = "fromuser"></input>
  5.  
  6. <select id="combobox">
  7. <option value="">Select one...</option>
  8. <option value="abc">abc</option>
  9. <option value="cde">cde</option>
  10. <option value="xyz">xyz</option>
  11. </select>
  12. </span>
  13. </div>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement