Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <select name="startID[]" class="startID">
  2. <option value="1">1</option>
  3. <option value="2">2</option>
  4. <option value="3">3</option>
  5. </select>
  6. <input type="hidden" name="startText[]" value="Text1">
  7.  
  8. <br />
  9.  
  10. <select name="startID[]" class="startID">
  11. <option value="1">1</option>
  12. <option value="2">2</option>
  13. <option value="3">3</option>
  14. </select>
  15. <input type="hidden" name="startText[]" value="Text2">
  16.  
  17.  
  18. <br />
  19.  
  20. <select name="startID[]" class="startID">
  21. <option value="1">1</option>
  22. <option value="2">2</option>
  23. <option value="3">3</option>
  24. </select>
  25. <input type="hidden" name="startText[]" value="Text3">
  26.  
  27. Select item is 1 and text is Text1
  28. Select item is 3 and text is Text2
  29. Select item is 2 and text is Text3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement