故事接龙5 readnew.asp

<%@ 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>

时间: 2024-12-25 15:36:05

故事接龙5 readnew.asp的相关文章

故事接龙9 top.asp

<%@ Language=VBScript %><html><head><meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"></head><body><p align="center"><strong><font color="crimson" face=&

故事接龙4 post.asp

<%@ Language=VBScript %><HTML><HEAD><META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"></HEAD><BODY><%'该变量取得当前发表的故事是第几章dim xchapterstrfilename=server.MapPath("story.txt")set co

故事接龙7 showmessage.asp

<%@ Language=VBScript %><HTML><HEAD><META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"></HEAD><BODY><P><FONT color=darkviolet face="" size=2>网上故事接龙</FONT></P&

故事接龙6 readold.asp

ado <%@ Language=VBScript %><HTML><HEAD><Title>故事接龙</Title></HEAD><BODY><font size=2><%strfilename=server.MapPath("story.txt")set fsys=server.CreateObject("scripting.filesystemobject")

故事接龙10 viewcomment.asp

<%@ Language=VBScript %><HTML><HEAD><META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"></HEAD><BODY><FORM action="new.asp" target=mainFrame method=post id=form1 name=form1>&

故事接龙3 new.asp

<%@ Language=VBScript %><HTML><HEAD><META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"></HEAD><BODY><% if Request.Form("submit")="更新投票结果" and Request.Form("psw&q

故事接龙2 handlevote.asp

<%@ Language=VBScript %><%'以下为处理投票的asp程序if Request.ServerVariables("http_method")="POST" then    if Request.Form("voteradio")<>"" then        '只有用户选择了认为续写得好得文章才进行处理        set rec=server.CreateObject(

故事接龙8 start.asp

<%@ Language=VBScript %><html><head><title>Untitled Document</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head><frameset rows="80,273*" frameborder=

请问谁有曹衍龙的《ASP/ASP.NET数据库开发实用工程案例精选》这本书的源代码啊?

问题描述 请问谁有曹衍龙的<ASP/ASP.NET数据库开发实用工程案例精选>这本书的源代码啊?想学习一下!谢谢同志们 解决方案 解决方案二:我也在找呀,找到了喊一声呀