日期:2014-05-16 浏览次数:21141 次
<table width="88%" border="0">
<tr>
<td width="47%" style="font-size:12px">生日查询:
<%if t=0 then%>今日生日会员<%else%>第<%=t%>天<%if stime=0 then%>之内<%end if%>生日会员<%end if%>:<span style="color:#FF0000; font-weight:bold"><%=xxx%></span> 位</td>
<td width="53%" align="right"><form style="margin:0; font-size:12px" id="form1" name="form1" method="post" action="sr.asp">
第
<select name="t" id="t">
<%
for i=0 to 10
%>
<option value="<%=i%>" <%if i=t then response.Write("selected")%>><%=i%></option>
<%
next
%>
</select>天
<input name="stime" type="radio" value="0" <%if stime<>1 then response.Write("checked")%>/>
之内
<input type="radio" name="stime" value="1" <%if stime=1 then response.Write("checked")%>/>
当天
<input type="submit" name="Submit" value="查找" />
</form>
</td>
</tr>
</table>