Advertisement
Guest User

tugatech.com.pt

a guest
Jun 7th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Como fica:
  2. <select>
  3. <option value="andreia maria manuel a b c etc">andreia maria manuel a b c etc</option>
  4. </select>
  5.  
  6. Como deveria ficar:
  7. <select>
  8. <option value="andreia">Andreia</option>
  9. <option value="maria">Maria</option>
  10. <option value="manuel">manuel</option>
  11. <option value="etc">etc</option>
  12. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement