帮我解释一下,是线路查询系统

发布时间:2024-05-20 05:59 发布:上海旅游网

问题描述:

<form id="form1" name="form1" method="post" action="result.asp?id=<%=rs("nclassid")%>">
<tr>
<td width="33%" height="28" align="center"><label>
<select name="start" id="start">
<% for j=0 to 6%>
<option value=<%=j%>><%=rs("line"&j)%></option>
<%next%>
</select>
</label></td>
<td width="33%" height="28" align="center"><select name="arr" id="arr">
<% for j=0 to 6%>
<option value="<%=j%>"><%=rs("line"&j)%></option>
<%next%>
</select></td>
<td width="33%" height="28" align="center"><label>
<input type="submit" name="Submit" value="计算" />
</label></td>
</tr> </form>

问题解答:

到底要我们解释什么给你呀~把代码解释给你听?

热点新闻