标题:这个怎么改成RESPONSE.WRITE
只看楼主
caiyakang
Rank: 2
等 级:新手上路
威 望:5
帖 子:2111
专家分:0
注 册:2005-3-24
 问题点数:0 回复次数:1 
这个怎么改成RESPONSE.WRITE
  <% for i=1 to 10%><input type="radio" name="diary_mood" value="<%=i%>" <%if i=1 then> checked <%end if %>>"
 <img src="img/MOOD<%=i%>.GIF">"
<%next%></td></tr><tr> "
改成RESPONSE.WRITE
<%NEXT%>要怎么变
搜索更多相关主题的帖子: WRITE 
2005-09-22 17:50
rainic
Rank: 6Rank: 6
等 级:贵宾
威 望:27
帖 子:2367
专家分:0
注 册:2005-8-9
得分:0 
<%
for i=1 to 10
response.write("<input  type='radio'  name='diary_mood'  value=& i  ")
if i=1 then
     reponse.write("checked>")
else response.write(">")
end if
response.write("<img src='img/MOOD"&i&".GIF'>")
next
%>

2005-09-22 19:30



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-28384-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.441478 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved