欢迎来到天天文库
浏览记录
ID:59240691
大小:406.50 KB
页数:49页
时间:2020-09-26
《网络基础编程ppt课件.ppt》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、TheFundamentalsofWebProgrammingChapter6ConceptsaboutASPInformationDepartmentofSIEEinCUMTForm表单ASPonserversideDatabaseFormisaninterfacebetweenbrowserandserver.TheinformationcollectedbyformwillbesentthroughtheInternettotheserver. Theserverprocessestheinformationandthensendsbacktheanswertothebrowser.H
2、TML,ScriptandFormonclientsideQuestionsHowtheinformationcanbesenttotheserver?Whichprogramwillreceivetheinformationandprocesstheinformation?HowtheanswercanbesentbacktoBrowser?MethodandActionattributesinformAttributesofMethodandActioninFormMETHODisthewaytosendtheinformationcolletedbyformtoWWWserverspe
3、cifiedintheform.Therearetwodifferentwaystosendvaluestoawebserverspecified,POSTandGET.ACTIONspecifiesthelocationoftheprogramtoprocessthecollectinginformation.Example:InPOSTMETHODtheserverspecifiedintheACTIONattributeoftheformtagiscontacted.Aftercommunicationhasb
4、eenestablished,theinputvaluesaresenttotheserver.Theserver,ifproperlyprogrammedandconfigured,willechobackthevaluesthatweredeliveredwhenaformissubmitted.InGETMETHODthevaluesareaddedtotheURLspecifiedintheACTIONattribute.Andsendinasinglecommunication.Exampleofthetag:5、”>MethodandActionattributesinformFriend;TeacherJavaScriptVBScriptName:6、PUTtype="text"name="name"size="20">Radio,Checkbox,Text,SubmitandResetinformRadio,Checkbox,Text,SubmitandResetinformRADIOSinglechoicebuttonForvariableswhichcantakeonlyasinglevaluefromasetofalternatives.Ifs7、everalradiobuttonshavethesameNAME,selectingoneofthebuttonswillcauseanyalreadyselectedbuttoninthegrouptobedeselected.CheckboxMulti-choicebuttonForBooleanvariables,orforvariableswhichcantakemultiplevaluesatth
5、”>MethodandActionattributesinformFriend;TeacherJavaScriptVBScriptName:6、PUTtype="text"name="name"size="20">Radio,Checkbox,Text,SubmitandResetinformRadio,Checkbox,Text,SubmitandResetinformRADIOSinglechoicebuttonForvariableswhichcantakeonlyasinglevaluefromasetofalternatives.Ifs7、everalradiobuttonshavethesameNAME,selectingoneofthebuttonswillcauseanyalreadyselectedbuttoninthegrouptobedeselected.CheckboxMulti-choicebuttonForBooleanvariables,orforvariableswhichcantakemultiplevaluesatth
6、PUTtype="text"name="name"size="20">Radio,Checkbox,Text,SubmitandResetinformRadio,Checkbox,Text,SubmitandResetinformRADIOSinglechoicebuttonForvariableswhichcantakeonlyasinglevaluefromasetofalternatives.Ifs
7、everalradiobuttonshavethesameNAME,selectingoneofthebuttonswillcauseanyalreadyselectedbuttoninthegrouptobedeselected.CheckboxMulti-choicebuttonForBooleanvariables,orforvariableswhichcantakemultiplevaluesatth
此文档下载收益归作者所有