一个投票系统的源程序(coveryourasp.com)

嘿呀灬诶呦喂丶

嘿呀灬诶呦喂丶

2016-01-29 17:15

一个投票系统的源程序(coveryourasp.com),一个投票系统的源程序(coveryourasp.com)
  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 on your web sites, but
// please don't publish or distribute in any way.
//
// I would appreciate an HTML comment in any code you use, i.e.
//         <!-- portions (c) james@CoverYourASP.com--
// (see Footer(), documented in SSI.asp for details on how to do this)
//
// <shameless plug
//      Please contact me to discuss any ASP contract work you may have.
// </shameless plug
// ============================================

// output relevant meta tags
Init( "Survey your readers" );

// output common top of page
Header( 'Survey your readers' );

// output page content
Content ( );

// output common bottom of page
Footer( );

// ============================================
// the content of this page - every page has a function 'Content' that
// is called above.
// ============================================
function Content ( )
{
   Out ( '<td colspan=2 width="80%" 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 ( '<pOf 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="Donate.asp"donations</a the probability increases rather
dramatically!' );

         Out ( '<pTake 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 ( '<pAfterwards, look at the code. I think you'll be surprised how simple it is to create
surveys with this code. This page has one function call in it, with just one parameter - the name of the
survey! All questions, answers and results are stored in the database.' );
      }

      // show the survey, or process it's input
      ProcessSurvey ( 'Who are you and what do you think?' );

      if ( !Request.Form.Count )
         Out ( '<p<a href="ShowSource.asp?page=SurveyDescr"<img src="http://img.jcwcn.com/attachment/portal/jcwcj/2005-12/10/05121001170093906.gif"" align="right"
border=0</aPlease submit the survey first before looking at the source code - this link is on the result
page too!' );
      else
         Out ( '<p<center<a href="ShowSource.asp?page=SurveyDescr"<img src="http://img.jcwcn.com/attachment/portal/jcwcj/2005-12/10/05121001170093906.gif""
border=0</a</center' );

   Out ( '</td' );
 &nb
展开更多 50%)
分享

猜你喜欢

一个投票系统的源程序(coveryourasp.com)

ASP
一个投票系统的源程序(coveryourasp.com)

一个简单的PHP投票程序

PHP
一个简单的PHP投票程序

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

创建一个Web投票系统

ASP
创建一个Web投票系统

一个记事本的源程序

编程语言 网络编程
一个记事本的源程序

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

一个简单的PHP入门源程序

PHP
一个简单的PHP入门源程序

一个普通的数据库例子源源程序

ASP
一个普通的数据库例子源源程序

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

Photoshop鼠绘进阶教程:绘制陶醉在森林中的可爱女孩

Photoshop鼠绘进阶教程:绘制陶醉在森林中的可爱女孩

在ASP应用中验证用户身份(3)

在ASP应用中验证用户身份(3)
下拉加载更多内容 ↓