一个投票系统的源程序(coveryourasp.com)
敬业的IT人
互联网
佚名
2008-4-14 17:07:26
SurveyDescr.asp
<!--#include file = "include/Startup.asp"-->
<!--#include file = "utils/Survey.asp"-->
<%
// ============================================
// NOTE: all source code downloaded from CoverYourASP was written by
// James Shaw (unless stated otherwise), and is copyright (c) 2000 by
// James Shaw. You may use this source code valign="top">' );
// if the survey hasnt been submitted yet...
if ( !Request.Form.Count )
{
//...display some blah, blah
Out ( 'Finally, surveys come to CoverYourASP! I\'ve been wanting to ask you guys and gals
questions for a long time, and now I can. It\'s up to you if you want to answer of course!' );
Out ( '<p>Of course, the real benefit to you is that if you tell me what you like I\'ll probably
provide it. If you send in your <a href="http://www.cncms.com.cn/asp/Donate.asp">donations</a> the probability increases rather
dramatically!' );
Out ( '<p>Take the example survey below if you have the time and inclination. I plan to post more
in a special survey category, and start offering incentives to take them.' );
Out ( '<p>Afterwards, look at the code. I think you\'ll be surprised how simple it is to create
surveys with this code. This page has>
<!--#include file = "include/Startup.asp"-->
<!--#include file = "utils/Survey.asp"-->
<%
// ============================================
// NOTE: all source code downloaded from CoverYourASP was written by
// James Shaw (unless stated otherwise), and is copyright (c) 2000 by
// James Shaw. You may use this source code valign="top">' );
// if the survey hasnt been submitted yet...
if ( !Request.Form.Count )
{
//...display some blah, blah
Out ( 'Finally, surveys come to CoverYourASP! I\'ve been wanting to ask you guys and gals
questions for a long time, and now I can. It\'s up to you if you want to answer of course!' );
Out ( '<p>Of course, the real benefit to you is that if you tell me what you like I\'ll probably
provide it. If you send in your <a href="http://www.cncms.com.cn/asp/Donate.asp">donations</a> the probability increases rather
dramatically!' );
Out ( '<p>Take the example survey below if you have the time and inclination. I plan to post more
in a special survey category, and start offering incentives to take them.' );
Out ( '<p>Afterwards, look at the code. I think you\'ll be surprised how simple it is to create
surveys with this code. This page has>
- 最新文章
- 一 些 ASP 小 源 程 序[04-14]
- 用ASP制作个性化的调查板(附源程序)[04-14]
- 一些源程序 - 获得文件大小和字符串处理[04-14]
- ASP服务器组件的编程[04-14]
- 第一个ASP组件:设置服务器日期时间组件[04-14]
- 虹雨的功能较全的计数程序[04-14]
- 相关文章
- 一 些 ASP 小 源 程 序[04-14]
- 用ASP制作个性化的调查板(附源程序)[04-14]
- ASP服务器组件的编程[04-14]
- 第一个ASP组件:设置服务器日期时间组件[04-14]
- 纯ASP上传图像文件到数据库的最佳例子[04-14]
- 通过ASP与ACCESS数据库建立连接(附源码)(1)[04-14]
