仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 751|回复: 10
打印 上一主题 下一主题

[学习教程] ASP网站制作之静态告白办理程序制造例子

[复制链接]
深爱那片海 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-16 23:22:33 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
优点:简单易学、开发速度快、有很多年“历史”,能找到非常多别人做好的程序来用、配合activeX功能强大,很多php做不到的asp+activeX能做到,例如银行安全控件程序|静态|告白ByWayneBerry
ThisIssue
Manysitesthatarecontentspecificdependonbanneradvertisementforrevenue.Suchisthecasefor15
Seconds.Abannerisdisplayedatthetopofthepageforeverypageviewed.Clientsusuallybuyaset
numberofbannerimpressionsandtheseimpressionsarerotatedamongstalltheclientsoveraperiodof
time.Inordertodothistheremustbeadynamicqualitytothebanners.Inotherwords,thebannerto
displayisnotdetermineduntilthatpageisrequested.
WithanActiveServerpagethisisaneasytask.ActiveServerPagesaredynamicandtherearemany
componentsthathandlethetaskofbannerrotation.AsimpleonecomesfreewiththeInternetInformation
Server,andmorecomplicatedrotationschedulescanbedonewithSiteServerandotherthirdparty
components.ThisarticleisnotabouthowtoimplementthesecomponentswithinyourActiveServerpages,
sincethisisafairlyeasytask.

Thisarticlewilldescribehowtoimplementabannerrotationscenariowherethepagesservedarestatic,
i.e..htm,anddonothavetheflexibilitytocallcomponents.Thetaskistodynamicallyservebanners
andstaticallyservepages.Thisistheoppositeofthescenarioforbannerrotationcomponents,which
staticallyservebannersanddynamicallyservepages.

OneTrick
Thereisonlyonetrickhereandonceyouknowittherestisprettystraightforward.InternetExplorer
andNetscapeallowyoutorefertoanActiveServerPagewithinanimagetag.Example1demonstratesthe
HTMLtobeinsertedinthestaticpage.
Example1:HTMLBannerReference



<IMGSRC="http://www.myserver.com/ServeBanner.asp">


OnceyouhavereferredtoadynamicActiveServerpagewiththestaticpage,youneedtobuildanActive
Serverpagetoreturnanimage,inthiscaseabanner.Example2showsthecodetouseforservebanner.asp
whichiscalledinExample1.

Example2:ServeBanner.aspSource



<%
Response.Redirect("http://www.myserver.com/banner.gif")
%>


Thesetwopagescombinedwillallowyoutodisplaytotheuserabannerasifyoureferreddirectlytothe
bannerimageinsteadofanActiveServerpage.Inordertodobannerrotationallyouhavetodoisexpand
Example2sodifferentimagescomeupeverytimeServeBanner.aspiscalled.

AddingtheElementofRotation.
WiththistechniquethedynamicaspectofthebannerrotationiscontrolledwithintheActiveServerpage
thattheIMGtagisreferringto.Inordertorandomlyrotatethebannersyouwillneedtochange
ServerBanner.asptochooseadifferentbannereachtimethatitiscalled.Example3showshowtodothis.
Example3:RotatingBanners



<%

DimArray(2)

InitializetheVBScriptRandom
NumberGenerator
Randomize

Array(1)="http://www.myserver.com/banner1.gif"
Array(2)="http://www.myserver.com/banner2.gif"

upperbound=UBound(Array)
lowerbound=1
lRandom=Int((upperbound-lowerbound+1)*Rnd+lowerbound)

Response.Redirect(Array(lRandom))

%>


Noticethatyouwillhavetoinitializethearrayforasmanybannersasareavailableandyouwillhave
toassignabannertoeachelementofthearray.

AnExtraBenefit
AnobviousbenefittothistypeofbannerrotationisthatfactthatyoudonthavetoserveActiveServer
pagesinordertohaverotatingbanners.IftheonlydynamicaspectofyourActiveServerpageisto
rotatebannersyouwillwanttochangeittousethisbannerrotationtechnique,sinceitwillreducethe
stressonyourserver.
Itmightnotbesoobviousthatthestaticpagesnolongerneedtoresideonyourmachinetorotate
banners.Forexample,youcouldgivetheHTMLinExample1toasitethatyouwereadvertisingon,and
whentheyservetherepageswithyourHTMLyourserverwillrotatethebannersfortheirsite.Thisallows
youcontrolofwhatbannersarepresentedtotheirreaders.Thesitethatwasservingthestaticpages
couldevenbeadifferentoperatingsystem,suchasUNIX.

ClickingontheBanner
Sofarwehavedemonstratedhowtorotatebanners,butnothowtoactivatethosebannerssothatyoucan
clickonthebannertogotoanothersite.Withonebannerintherotationthisisastraightforward
process,youjustpointtheanchortagto</p>对用户来说可预见费用、节约费用,可以做到花少钱办大事。由于省去了购买软件和硬件等的前期费用,用户可以租用较高级的应用软件。ASP的收费是根据软件的类型、客制化程度、用户数量、服务期限来定的,对客户来说这笔费用是可以预见的。方便于客户应用软件的升级。
乐观 该用户已被删除
沙发
发表于 2015-1-20 09:43:38 | 只看该作者
接下来就不能纸上谈兵了,最好的方法其实是实践。实践,只能算是让你掌握语言特性用的。而提倡做实际的Project也不是太好,因为你还没有熟练的能力去综合各种技术,这样只能使你自己越来越迷糊。
若相依 该用户已被删除
板凳
发表于 2015-1-29 06:25:20 | 只看该作者
接下来就不能纸上谈兵了,最好的方法其实是实践。实践,只能算是让你掌握语言特性用的。而提倡做实际的Project也不是太好,因为你还没有熟练的能力去综合各种技术,这样只能使你自己越来越迷糊。
因胸联盟 该用户已被删除
地板
发表于 2015-1-30 07:56:06 | 只看该作者
那么,ASP.Net有哪些改进呢?
变相怪杰 该用户已被删除
5#
发表于 2015-1-30 16:52:18 | 只看该作者
他的语法和设计思路和VB完全相同,导致很多ASP的书都留一句“相关内容请参考VB的相关教材....”更糟糕的是,相当多的ASP教程混合了Javascript,VBscript等等脚本语言,搞的初学者。
小魔女 该用户已被删除
6#
发表于 2015-2-1 16:50:45 | 只看该作者
兴趣爱好,那么你无须学编程,申请一个域名和空间,在网上下载一些免费开源的CMS系统,你不用改代码,只须熟悉它们的后台操作,像office一样简单方便,很快就能建一个站点,很多站长都是这样做的
海妖 该用户已被删除
7#
发表于 2015-2-7 09:50:43 | 只看该作者
先学习用frontpage熟悉html编辑然后学习asp和vbscript建议买书进行系统学习
简单生活 该用户已被删除
8#
发表于 2015-2-21 13:15:57 | 只看该作者
兴趣爱好,那么你无须学编程,申请一个域名和空间,在网上下载一些免费开源的CMS系统,你不用改代码,只须熟悉它们的后台操作,像office一样简单方便,很快就能建一个站点,很多站长都是这样做的
灵魂腐蚀 该用户已被删除
9#
发表于 2015-3-6 20:17:16 | 只看该作者
以HTML语言整合(HTML负责界面上,ASP则负责功能上)形成一个B/S(浏览器/服务器)模式的网页程序。
莫相离 该用户已被删除
10#
发表于 2015-3-13 08:07:36 | 只看该作者
它可通过内置的组件实现更强大的功能,如使用A-DO可以轻松地访问数据库。
爱飞 该用户已被删除
11#
发表于 2015-3-20 16:52:01 | 只看该作者
Server:这个表示的服务器,操作服务器的一些东西使用这个,如Server.Mappath转换服务器路径,Server.CreateObject实例化一个组件
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2024-12-25 01:29

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表