繁体中文
设为首页
加入收藏
当前位置:ASP技术首页 >> ASP应用 >>
ASP应用
  • [2004-10-01] LINE9的目录浏览源程序
        <% ' make sure you have the 6 dir_*.gif files! ' yes, you can copy ours if ya want too.. :) ' http://line9.com/img/dir_dir.gif .. etc. Function ShowImageForType(strName) strTemp = strName If st...
  • [2004-10-01] 谈谈对于ASP+ PDC bits的经验
        My Experiences with ASP+ PDC bits Now that the ASP+ sdk "pre-beta" has been released to the masses. Many people are scrambling to get it installed and start to play with C#, ASP+ and ma...
  • [2004-10-01] 制作我们自己的Ebay(拍卖系统EN) - Conclusions - Page 9
        Conclusions - Page 9 Chris Payne September 11, 2000 Hopefully this article showed you that creating something as complex as an auction isn't impossible, but just takes some forethought and im...
  • [2004-10-01] 制作我们自己的Ebay(拍卖系统EN) - Considerations - Page 8
        Considerations - Page 8 Chris Payne September 11, 2000 So now you've got yourself a pretty functional auction. Let's talk a bit about what we haven't covered, and a few miscellaneous things. ...
  • [2004-10-01] 制作我们自己的Ebay(拍卖系统EN) - Resolving Bids - Page 6
        Resolving Bids - Page 6 Chris Payne September 11, 2000 Function ResolveBids(ItemID) 'Set variables and create objects dim monIncrement, monHighPrice, intAvailable, intTotItems, flgQuit dim...
  • [2004-10-01] 制作我们自己的Ebay(拍卖系统EN) - Managing Bids - Page 5
        This is the complex part - you must make sure everyone's bids are correct, update those that have proxy bids, reallocate lots to winners, notify buyers who have been outbid, and perform some upkee...
  • [2004-10-01] 制作我们自己的Ebay(拍卖系统EN) - The Auction Database
        Based on the information in the previous section, we have a good understanding of what our database schema should look like. The following tables list our database structure: tblAuctions tbl...
  • [2004-10-01] 制作我们自己的Ebay(拍卖系统EN) - How do I start?
        Chris Payne September 11, 2000 Before we go jumping into code and databases, let's take a moment and examine the needs and strategies, as well as the different types of auctions. First of all...
  • [2004-10-01] 制作我们自己的Ebay(拍卖系统EN) - 1
        Chris Payne September 11, 2000 Everyone knows Ebay is raking in the big bucks. Peer to peer networking is where it's at, and auctions can make some serious money. While finding items to sell an...
  • [2004-10-01] ASP无组件上传图片的基本方法
          下面是ASP无组件上传图片的一个例子:   <html>   <head><title>文件上传</title></head>   <body>   <form enctype="multipart/form-data" act...
  • [2004-10-01] 网络精英计数器源程序
        使用了imagelib组件! <% site_id=Request.QueryString("site_id") if isempty(site_id) then Response.End end if Set Sistema = CreateObject("Scrip...
  • [2004-10-01] 如何在ASP中通过ODBC调用Excel中的数据
        http://www.chinaasp.com/ 在ASP中通过ODBC调用Excel中的数据方式和普通的通过ODBC调用数据库的方式有 一些不同的地方。下面将介绍如何通过ODBC在ASP中使用Excel的数据。 在使用的过程中,要注意的是你...
  • [2004-10-01] 如何用ASP建立图表
        现在我们针对EXCEL举另外一个例子,大家都询问如何用ASP建立图表的问题,以下就是解决方案 First we set the type of script 首先设定脚本类型 <%@ LANGUAGE="VBSCRIPT" %> Make the object, ...
  • [2004-10-01] 转换字符串带有http://的超级链接字符串为真正的超级链接(源码)
        //-----------searched by aspHouse http://aspage.yeah.net/ --------------// //-----------from http://line9.com/tek9.asp?pg=freebies&specific=34-----// Code Title: Auto-linking Description: How ...
  • [2004-10-01] 建立一个类似YAHOO的导航条
        This sample will demonstrate how to quickly build a simple Yahoo! style navigation bar that displays the paths a user has taken to get to a given directory, and also displays a table of links to t...
  • [2004-10-01] 简易ASP+注册系统
        <%@ Page Language="C#" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.SQL" %> <html> <head><title>ASP+...
  • [2004-10-01] 趣味访客计数器设计两则
        张 蕊 (烟台大学图书馆,264005) ---------------------------------------------------------------------- ---------- ---- 访客计数器作为网站不可缺少的部分,不仅可以记录网站被访问的次数,而且可 以...
  • [2004-10-01] 在一个ASP页面停留的多少时间的程序
        ASP Source Code: ---------------------------------------------------------------------- <% If Request.QueryString("time") = "" Then %> You haven't clicked on the link ...
  • [2004-10-01] 如何用ASP创建日志文件
        你是否有时想知道什么人访问你的站点,什么时间,IP地址等。下面我就这个问题向 大家来阐述一下。这个例子使用文本文件来写入用户的信息创建一个logfile.asp放 在每一个asp的页面的顶端<!--#Include File=&qu...
  • [2004-10-01] 制作一个个人搜索引擎(源码)
        <% Response.Buffer=True ' ' OneFile Search Engine (ofSearch v1.0) ' Copyright ?000 Sixto Luis Santos <sixtos@prtc.net> ' All Rights Reserved ' ' Note: ' This program is freeware. This pr...
  • 总数:4596    首页 上一页 下一页 尾页 页: 226/230