Guest User

Untitled

a guest
Apr 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <select id="sel">
  2. </select>
  3.  
  4. <a href="#" onclick="update_sel(); return false">Update the select</a>
  5.  
  6. <script>
  7. function update_sel() {
  8. document.getElementById('sel').innerHTML = '<option value="">Alege subzona</option><option value="1">12 apostoli </option>';
  9. }
  10. </script>
Add Comment
Please, Sign In to add comment