ASP基础学习代码VbScript语言基础.doc_第1页
ASP基础学习代码VbScript语言基础.doc_第2页
ASP基础学习代码VbScript语言基础.doc_第3页
ASP基础学习代码VbScript语言基础.doc_第4页
ASP基础学习代码VbScript语言基础.doc_第5页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

I only want to be an ordinary man.The server and client can either in network different position, also can be in the same computerProgram execution end can be divided between the client and the serverDynamic web design method:JS&DHTML:Applicable to personal websiteCGI(common gateway interface):To be executed on the server, not easy development, the function is limited.ASP:Dynamic web development of best choicePHP:JSP:VB Script Simple VBScript Hello World! specify scripts:When the server is see this special characters, he tried to put the diffculties of content between them explanation for a script.Variables and constants x=123 x=456Symbols: + - * /Reserved word: time year request responseAssignment statements x=123Using built-in functions of statements x=timeMake the program steering statements if then elseMake the program cycle of statements for nextUse object of statements Response.Write VBS speaking, for the simplest way is to use input InputBox functions; The simplest way is to use the output of MsgBox functionIn writing ASP, InputBox and MsgBox function is not availableUse your browsers web site to input data Data1=request(“name”)Data2=request(“love”)Using the form to input dataData representationNumerical data 2005、-204String data A string of around must be used cover up “computer”The datetime data Must use # # cover up #1998/12/31# #19:30:21#Boolean dataEmptyData operationsArithmeticString connect transportation The data and the data link “ABC”&”123” “ABC”+”123”X80If X60 Then V=“pass”Else V=“fail”End if Simple VBScriptYour NameYour favouriteyou are a good good boy!you are an ordinary boy!6 and xGood afternoon!Good evening!name=Data1+Data2Select case namecase caoyangpingmath response.write Hi.Excellentcase caoyangpingphysic response.write Hi.Great!case caoyangpingchemical response.write Hi.Good!case else response.write Hi!Nice to Meet YouEnd SelectLcase is VBS function, Action is the string into lowercaseResponse is the ASP built-in targetWrite function is in the client browser output datasum=0 for i=1 to 301 step 3 sum=sum+i next response.write Sum=1+4+7+301=&sum%I = 1Love = Request(Love & I)While Love Empty Response.Write & Love & I = I + 1 Love = Request(Love & I) Reads the next interestWend%ArrayX=array(123,234,345)An array of data sequence starting from 0X=array(“word”,”excel”,”powerpoint”,”access”)for I=0 to 3 response.write x(I)&”nextUbound function: Read the largest array subscriptfor I=0 to Ubound(X) response.write x(I)&” nextReDim Name of an array Array subscript maximumSub IsScorePassed Response.Write Name & , If score = 60 Then Response.Write Pass! ElseIf score = 50 Then Response.Write Make-up examination! Else Response.Write Fail! End IfEnd SubCall IsScorePassed call the program% Name = XXXscore = 51IsScorePassed Name, scoreResponse.Write %= 60 Then Response.Write Pass! ElseIf score = 50 Then Response.Write Make-up examination! Else Response.Write Fail! End If End Sub%String types function: 80 Then IsScorePassed=IsScorePassed & You are excellent!ELSEIF score 60 Then IsScorePassed=IsScorePassed & You are good!ELSE IsScorePassed=IsScorePassed & You are fail in the exam!END IFEND Function%Response.write a=12a=12Response.write sum=1+2+3+4+.+a=&Sum(a)%Ucase/Lcase function Avoid case problems %Name = Array(HTML, ASP, ADO, RDS ) NounsReDim Meaning(3) Nouns explainMeaning(0) = HyperText Markup Language, Meaning(1) = Active Server Pages, Meaning(2) = ActiveX Data Object, Meaning(3) = Remote Data Service, data = Request(Name) Read our have entered the nounFor I = 0 To UBound(Name) If UCase(data) = UCase(Name(I) Then 或 If LCase(data) = LCase(Name(I) Then Response.Write Response.Write & Name(I) Response.Write & Meaning(I) Response.Write Exit For End If NextIf I UBound(Name) Then Response.Write data & No corresponding noun explanation End If%Use T

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论