- 12
- 0
- 约3.48千字
- 约 12页
- 2017-03-09 发布于上海
- 举报
The Web Wizard’s Guide To JavaScript peopleWeb向导指南JavaScript的人.uncw
The Web Wizard’s Guide To JavaScript Chapter 3 Working with Forms Chapter Objectives To learn how to use form validation to examine the text entered by your visitors To understand the principles of working with text fields To learn how to detect and change the format of information in a text field To learn how to work with radio buttons, check boxes, and selection menus To create simple self-grading tests Form Validation HTML forms contain fields, select menus, radio buttons, and check boxes Form validation procedures: Check the data the visitor enters on the form Reminds the visitor to enter missing data Reformats the visitor’s data as needed Text Fields: Bad or Missing Data The input tag - single line of text The textarea tag - multiple lines of text Always include name and value attributes The onsubmit event handler calls the validate() function The validate() function checks for bad or missing data. If the function returns false then the form is not submitted. Text Fields: Reformatting Data U.S. telephone numbers require specific format (555) 333-4444 A visitor types a phone number into a text field then types the tab key. An onchange event handler calls the formatNumber() function. The formatNumber() function finds the first ten numbers in the text field and adds the necessary parentheses and spaces. The reformatted number is displayed in the field. Validating Text Fields To validate a text field, you first determine whether a value has been entered. For example, to determine whether the visitor neglected to enter information into a required field, you may test the expression (!document.survey.visitor.value). If that expression is true then the visitor failed to enter required information into the visitor field.You can also check to make sure the information is in the correct format in terms of numbers and punctuation. Radio Buttons Radio buttons are used for questions like gender which have a limited number of possible responses. The getRadioValue() function
您可能关注的文档
- The Semantic Web语义网.ppt
- The Sermon on the Mount Matt 51729山上马特51729布道.ppt
- The Security Plan Effectively Teaching How to Write One安全计划有效地教如何写.ppt
- The Senses and Living Things Two Rivers Wildlife感官和生物两只河流的野生动物.ppt
- The Selfish Giant自私的巨人. I.C. SAN GIORGIO DI MANTOVA.ppt
- The Service Delivery System Western Illinois University服务传递系统伊利诺斯西部大学.ppt
- The Selfish Giant Improving key Competences 自私的巨人提高关键能力.ppt
- The Seven Keys to Success Finding The Right 成功的七个关键找到正确的.ppt
- The Service Delivery System Boston College服务传递系统波士顿学院.ppt
- The setting of Stone Fox MBHS IMC Home Page石头狐狸MBHs IMC主页设置.ppt
- 2025-2026学年天津市和平区高三(上)期末数学试卷(含解析).pdf
- 2025-2026学年云南省楚雄州高三(上)期末数学试卷(含答案).pdf
- 2025-2026学年甘肃省天水市张家川实验中学高三(上)期末数学试卷(含答案).docx
- 2025-2026学年福建省厦门市松柏中学高二(上)期末数学试卷(含答案).docx
- 2025-2026学年广西钦州市高一(上)期末物理试卷(含答案).docx
- 2025-2026学年河北省邯郸市临漳县九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省石家庄二十三中七年级(上)期末历史试卷(含答案).docx
- 2025-2026学年海南省五指山市九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省唐山市玉田县九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省邢台市市区九年级(上)期末化学试卷(含答案).docx
最近下载
- 幽默卡通动漫笑点设计方法.docx VIP
- 行星式球磨机立式-FOCUCY弗卡斯.PDF VIP
- 贵州省六校联考2025届高三下学期3月高考实用性联考(四)英语试卷(含答案).docx VIP
- 颈椎病的中医护理课件.pptx VIP
- 原调正谱G小小蝴蝶la farfalletta钢琴伴奏高清打印版.pdf VIP
- 上海大学2024-2025学年第1学期《高等数学(上)》期末考试试卷(B卷)附参考答案.pdf
- 广发证券-交通银行-601328-零售转型提速,定增落地夯实资本根基.pdf
- 上海大学2024-2025学年第1学期《高等数学(上)》期末考试试卷(A卷)附参考答案.pdf
- 循环系统护理小讲课.pptx
- 建筑屋面西瓦专项施工方案(范本).doc VIP
原创力文档

文档评论(0)