Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function stringmadeSelection(elem) {
  2.  
  3. var selectindex = document.getElementById("state").selectedIndex;
  4.  
  5. if (selectindex == 0) {
  6. return false;
  7. } else {
  8. return true;
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement