Guest User

Drop Down sample

a guest
May 9th, 2011
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <select name="testfield">
  2.   <option value="[email protected]">France<option>
  3.   <option value="[email protected]">Germany</option>
  4.   <option value="[email protected]">United States</option>
  5.   <option value="[email protected]">South Africa</option>
  6.   <option value="[email protected]">Canada</option>
  7.   <option value="[email protected]">Mexico</option>
  8.   <option value="[email protected]">Argentina</option>
  9. </select>
Advertisement
Add Comment
Please, Sign In to add comment