注册 | 登录 | 设为首页 | 加入收藏
您当前的位置:飞翔学院-IT中国 → 编程开发Asp → 文章内容

故事接龙5 readnew.asp

作者:IT 来源:不详 发布时间:2007-9-2 0:27:41
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>
<FORM action="handlevote.asp"  target=mainFrame method=post id=form1 name=form1>
<%
Response.Write "阅读新章节<HR>"
set conlink=server.CreateObject("MSWC.NextLink")
set fsys=server.CreateObject("scripting.filesystemobject")
if fsys.FileExists(server.MapPath("/project4_local") & "/new1/new.txt") then
    ith=conlink.GetListCount("new1/new.txt")
    for i=1 to cint(ith)
        Response.Write "<INPUT id=radio name=voteradio value=newchapter" & i & ".html type=radio>"
        Response.Write  "<a href=" & conlink.GetNthURL("new1/new.txt",i) & "?page=" & i & " target=mainFrame>" & conlink.GetNthDescription("new1/new.txt",i) & "<a><br>"
    next
else
    Response.Write "目前还没有新文章"
end if
%>
<P></P>
<INPUT type="submit" value="投票" id=submit1 name=submit1>
加入你的评论意见
<P><TEXTAREA id=TEXTAREA1 name=votecomment style="HEIGHT: 100px; WIDTH: 90%">
</TEXTAREA></P>
</FORM>
</BODY>
</HTML>

http://www.itcnw.com/
  • 打印文档
  • 推荐好友
  • 返回顶部
  • 增大字体
  • 减少字体
关于本站 | 工作机会 | 合作网站 | 广告服务 | 市场合作| 联系我们 | 抽奖活动
版权所有: 武汉威俊科技有限公司 Copyright 2005-2007 www.ITCNW.COM All rights reserved