您的位置 >>> 星想互联 >>> 课堂教学 >>> 教学案例
分页代码数字区域程序设计
点击数:2583  发布时间2013-03-15 20:16:42
id=request.querystring("id")
for i=1 to 10
if i=1 and id="" then
  response.write i&" "
else
  if cint(id)=i then
 response.write i&" "
  else
 response.write "<a href=index.asp?id="&i&">"&i&"</a>&nbsp;"
  end if
end if
next
来源:星想互联