<body>
<%
String data[]={"麵","水餃","飯","湯"};
%>
<form id="form1" name="form1" method="post" action="/0910/display5.jsp">
  <label for="order"></label>
  <select name="order" id="order">
  <%for(int i=0;i<data.length;i++){%>
    <option value="<%out.print(i);%>"><%out.print(data[i]);%></option>
   <%}%>
  </select>
</form>
</body>
沒有留言:
張貼留言