Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <select name=prof id=binome11>
  2. <%
  3. for(int j=0;j<listProfenString.size(); j++) {
  4. out.println("<option>"+listProfenString.get(j)+"</option>");
  5. }
  6. %>
  7. </select>
  8.  
  9. <select name=prof id=binome12>
  10. <%
  11. for(int j=0;j<listProfenString.size(); j++) {
  12. out.println("<option>"+listProfenString.get(j)+"</option>");
  13. }
  14. %>
  15. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement