<%
randomize
Num=(int(rnd()*6)+1)
Select Case Num
case 1 response.redirect(" http://flash.5st.cn/swf/091104/1.swf")
case 2 response.redirect(" http://flash.5st.cn/swf/090917/1.swf")
case 3 response.redirect(" http://flash.5st.cn/swf/090720/1.swf")
case 4 response.redirect(" http://flash.5st.cn/swf/090623/1.swf")
case 5 response.redirect(" http://flash.5st.cn/swf/0910267/1.swf")
case else response.redirect(" http://flash.5st.cn/swf/091029/1.swf")
end select
'response.write num
%>
就是上面的 我想改成按顺序一个一个的刷新后显示 怎么修改?