javascript for dummies 4th

373 607 0
javascript for dummies 4th

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

by Emily Vander Veer JavaScript ™ FOR DUMmIES ‰ 4TH EDITION 01_576593 ffirs.qxd 10/12/04 9:55 PM Page iii JavaScript ™ For Dummies, ® 4th Edition Published by Wiley Publishing, Inc. 111 River Street Hoboken, NJ 07030-5774 Copyright © 2005 by Wiley Publishing, Inc., Indianapolis, Indiana Published by Wiley Publishing, Inc., Indianapolis, Indiana Published simultaneously in Canada No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without either the prior written permis- sion of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, 222 Rosewood Drive, Danvers, MA 01923, (978) 750-8400, fax (978) 646-8600. Requests to the Publisher for permission should be addressed to the Legal Department, Wiley Publishing, Inc., 10475 Crosspoint Blvd., Indianapolis, IN 46256, (317) 572-3447, fax (317) 572-4355, e-mail: brandreview@ wiley.com. Trademarks: Wiley, the Wiley Publishing logo, For Dummies, the Dummies Man logo, A Reference for the Rest of Us!, The Dummies Way, Dummies Daily, The Fun and Easy Way, Dummies.com, and related trade dress are trademarks or registered trademarks of John Wiley & Sons, Inc. and/or its affiliates in the United States and other countries, and may not be used without written permission. JavaScript is a trademark of Sun Microsystems, Inc. All other trademarks are the property of their respective owners. Wiley Publishing, Inc., is not associated with any product or vendor mentioned in this book. LIMIT OF LIABILITY/DISCLAIMER OF WARRANTY: THE PUBLISHER AND THE AUTHOR MAKE NO REP- RESENTATIONS OR WARRANTIES WITH RESPECT TO THE ACCURACY OR COMPLETENESS OF THE CONTENTS OF THIS WORK AND SPECIFICALLY DISCLAIM ALL WARRANTIES, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE. NO WARRANTY MAY BE CRE- ATED OR EXTENDED BY SALES OR PROMOTIONAL MATERIALS. THE ADVICE AND STRATEGIES CON- TAINED HEREIN MAY NOT BE SUITABLE FOR EVERY SITUATION. THIS WORK IS SOLD WITH THE UNDERSTANDING THAT THE PUBLISHER IS NOT ENGAGED IN RENDERING LEGAL, ACCOUNTING, OR OTHER PROFESSIONAL SERVICES. IF PROFESSIONAL ASSISTANCE IS REQUIRED, THE SERVICES OF A COMPETENT PROFESSIONAL PERSON SHOULD BE SOUGHT. NEITHER THE PUBLISHER NOR THE AUTHOR SHALL BE LIABLE FOR DAMAGES ARISING HEREFROM. THE FACT THAT AN ORGANIZATION OR WEBSITE IS REFERRED TO IN THIS WORK AS A CITATION AND/OR A POTENTIAL SOURCE OF FUR- THER INFORMATION DOES NOT MEAN THAT THE AUTHOR OR THE PUBLISHER ENDORSES THE INFORMATION THE ORGANIZATION OR WEBSITE MAY PROVIDE OR RECOMMENDATIONS IT MAY MAKE. FURTHER, READERS SHOULD BE AWARE THAT INTERNET WEBSITES LISTED IN THIS WORK MAY HAVE CHANGED OR DISAPPEARED BETWEEN WHEN THIS WORK WAS WRITTEN AND WHEN IT IS READ. FULFILLMENT OF EACH COUPON OFFER IS THE SOLE RESPONSIBILITY OF THE OFFEROR. For general information on our other products and services, please contact our Customer Care Department within the U.S. at 800-762-2974, outside the U.S. at 317-572-3993, or fax 317-572-4002. For technical support, please visit www.wiley.com/techsupport. Wiley also publishes its books in a variety of electronic formats. Some content that appears in print may not be available in electronic books. Library of Congress Control Number: 2004107963 ISBN: 0-7645-7659-3 Manufactured in the United States of America 10 9 8 7 6 5 4 3 2 1 4B/QS/RR/QU/IN 01_576593 ffirs.qxd 10/12/04 9:55 PM Page iv About the Author Freelance author and Web guru Emily A. Vander Veer has penned several books and countless articles on Internet-related technologies and trends. You can e-mail her at eav@outtech.com. 01_576593 ffirs.qxd 10/12/04 9:55 PM Page v Dedication For the D. Author’s Acknowledgments Many thanks to Gareth Hancock for giving me the opportunity to write the very first edition of this book; to Craig Lukasik, who reviewed this book for technical accuracy; and to all of the other tireless professionals at Wiley, without whom this book wouldn’t have been possible. 01_576593 ffirs.qxd 10/12/04 9:55 PM Page vii Publisher’s Acknowledgments We’re proud of this book; please send us your comments through our online registration form located at www.dummies.com/register. Some of the people who helped bring this book to market include the following: Acquisitions, Editorial, and Media Development Project Editor: Pat O’Brien Acquisitions Editor: Steven Hayes Copy Editor: Virginia Sanders Technical Editor: Craig Lukasik Editorial Manager: Kevin Kirschner Media Development Manager: Laura VanWinkle Media Development Supervisor: Richard Graves Editorial Assistant: Amanda Foxworth Cartoons: Rich Tennant ( www.the5thwave.com) Composition Project Coordinator: Erin Smith Layout and Graphics: Andrea Dahl, Joyce Haughey, Jacque Roth, Heather Ryan Special Art: Proofreaders: Carl Pierce, Joe Niesen, TECHBOOKS Production Services Indexer: TECHBOOKS Production Services Publishing and Editorial for Technology Dummies Richard Swadley, Vice President and Executive Group Publisher Andy Cummings, Vice President and Publisher Mary Bednarek, Executive Acquisitions Director Mary C. Corder, Editorial Director Publishing for Consumer Dummies Diane Graves Steele, Vice President and Publisher Joyce Pepple, Acquisitions Director Composition Services Gerry Fahey, Vice President of Production Services Debbie Stailey, Director of Composition Services 01_576593 ffirs.qxd 10/12/04 9:55 PM Page viii Contents at a Glance Introduction 1 Part I: Building Killer Web Pages for Fun and Profit 7 Chapter 1: Hitting the Highlights: JavaScript Basics 9 Chapter 2: Writing Your Very First Script 23 Chapter 3: JavaScript Language Basics 35 Chapter 4: JavaScript-Accessible Data: Getting Acquainted with the Document Object Model 73 Part II: Creating Dynamic Web Pages 103 Chapter 5: Detecting Your Users’ Browser Environments 105 Chapter 6: That’s How the Cookie Crumbles 125 Chapter 7: Working with Browser Windows and Frames 143 Part III: Making Your Site Easy For Visitors to Navigate and Use 155 Chapter 8: Creating Interactive Images 157 Chapter 9: Creating Menus 181 Chapter 10: Creating Expandable Site Maps 191 Chapter 11: Creating Pop-Up Help (Tooltips) 201 Part IV: Interacting with Users 213 Chapter 12: Handling Forms 215 Chapter 13: Handling User-Initiated Events 239 Chapter 14: Handling Runtime Errors 249 Part V: The Part of Tens 253 Chapter 15: Top Ten (Or So) Online JavaScript Resources 255 Chapter 16: Ten (Or So) Most Common JavaScript Mistakes (And How to Avoid Them) 261 Chapter 17: Ten (Or So) Tips for Debugging Your Scripts 273 02_576593 ftoc.qxd 10/12/04 9:55 PM Page ix Part VI: Appendixes 293 Appendix A: JavaScript Reserved Words 295 Appendix B: JavaScript Color Values 297 Appendix C: Document Object Model Reference 303 Appendix D: Special Characters 329 Appendix E: About the CD 335 Index 341 02_576593 ftoc.qxd 10/12/04 9:55 PM Page x Table of Contents Introduction 1 System Requirements 1 About This Book 2 Conventions Used in This Book 2 What You’re Not to Read 3 Foolish Assumptions 4 How This Book Is Organized 4 Part I: Building Killer Web Pages for Fun and Profit 4 Part II: Creating Dynamic Web Pages 4 Part III: Making Your Site Easy for Visitors to Navigate and Use 5 Part IV: Interacting with Users 5 Part V: The Part of Tens 5 Part VI: Appendixes 5 Icons Used in This Book 5 Where to Go from Here 6 Part I: Building Killer Web Pages for Fun and Profit 7 Chapter 1: Hitting the Highlights: JavaScript Basics . . . . . . . . . . . . . . .9 What Is JavaScript? (Hint: It’s Not the Same Thing as Java!) 10 It’s easy! (Sort of) 11 It’s speedy! 13 Everybody’s doing it! (Okay, almost everybody!) 13 JavaScript and HTML 14 JavaScript and Your Web Browser 16 What Can I Do with JavaScript That I Can’t Do with Web Languages? 17 Make your Web site easy for folks to navigate 18 Customize the way your Web site looks on-the-fly 18 Create cool, dynamic animated effects 19 What Do I Need to Get Started? 19 Hardware 19 Software 20 Documentation 21 02_576593 ftoc.qxd 10/12/04 9:55 PM Page xi Chapter 2: Writing Your Very First Script . . . . . . . . . . . . . . . . . . . . . . . .23 From Idea to Working JavaScript Application 24 Ideas?! I got a million of ’em! 24 Part I: Creating an HTML file 25 Part II: Creating your script 29 Part III: Putting it all together by attaching a script to an HTML file 30 Testing Your Script 32 Chapter 3: JavaScript Language Basics . . . . . . . . . . . . . . . . . . . . . . . . .35 JavaScript Syntax 35 Don’t keep your comments to yourself 36 Fully functioning 42 Operators are standing by 50 Working with variables 56 Putting It All Together: Building JavaScript Expressions and Statements 58 The browser-detection script 59 The date-formatting script 64 The data-gathering script 68 Chapter 4: JavaScript-Accessible Data: Getting Acquainted with the Document Object Model . . . . . . . . . . . . . . . . . . .73 Object Models Always Pose Nude 74 Object-ivity 75 For sale by owner: Object properties 77 There’s a method to this madness! 79 How do you handle a hungry event? With event handlers! 81 Company functions 82 Anatomy of an Object: Properties, Methods, Event Handlers, and Functions in Action 84 Dynamic objects: The least you need to know about CSS and DHTML 84 Example DHTML script: Adding text dynamically 86 Example DHTML script: Positioning text dynamically 90 Example DHTML script: Changing page appearance on-the-fly 93 Browser Object Models 96 Netscape Navigator 96 JavaScript data types 98 Microsoft Internet Explorer 100 JavaScript For Dummies, 4th Edition xii 02_576593 ftoc.qxd 10/12/04 9:55 PM Page xii Part II: Creating Dynamic Web Pages 103 Chapter 5: Detecting Your Users’ Browser Environments . . . . . . . . .105 Whacking Your Way through the Browser Maze 105 Detecting Features 106 Browser make and version 106 Embedded objects 112 The referrer page 121 User preferences 122 Chapter 6: That’s How the Cookie Crumbles . . . . . . . . . . . . . . . . . . . .125 Cookie Basics 125 Why use cookies? 126 Cookie security issues 126 Looking at cookies from a user’s perspective 127 Saving and Retrieving User Information 131 Setting a cookie 132 Accessing a cookie 133 Displaying content based on cookie contents: The repeat-visitor script 134 Chapter 7: Working with Browser Windows and Frames . . . . . . . . .143 Working with Browser Windows 144 Opening and closing new browser windows 144 Controlling the appearance of browser windows 147 Working with Frames 148 Creating HTML frames 149 Sharing data between frames 152 Part III: Making Your Site Easy For Visitors to Navigate and Use 155 Chapter 8: Creating Interactive Images . . . . . . . . . . . . . . . . . . . . . . . . .157 Creating Simple Animations 157 Now you see it, now you don’t: Turning images on and off 161 Slideshow Bob: Displaying a series of images 165 Creating Rollovers, Hotspots, and Navigation Bars 168 Creating a simple rollover 169 Creating navigation bars by putting rollovers together 171 Carving up a single image into multiple hotspots 177 xiii Table of Contents 02_576593 ftoc.qxd 10/12/04 9:55 PM Page xiii [...]... JavaScript Web page document Image document.myImage HTML form document.myForm Button document.myForm myButton To add JavaScript to a Web page, all you have to do is embed JavaScript code in an HTML file Below the line in which you embed the JavaScript code, you can reference, or call, that JavaScript. .. and JavaScript is no exception Table 1-2 shows you the types of tasks that JavaScript is best (and least) suited to perform JavaScript is best suited for client-side (browser-based) tasks Table 1-2 Using JavaScript for the Right Task Task Is JavaScript Useful? Are JavaScript and CSS (DHTML) Useful? Provide users with helpful feedback Yes No Customize page appearance Yes Yes (more sophisticated than JavaScript. .. Requirements 336 Using the CD 336 JavaScript For Dummies Chapter Files 337 What You’ll Find 337 If You Have Problems (Of the CD Kind) 338 Index 341 xvii xviii JavaScript For Dummies, 4th Edition Introduction W elcome to the wonderful world of Web programming with JavaScript If you’ve worked with HTML before but want to add more flexibility and punch to... handler (In other words, the JavaScript code contained in the processOrder() function runs when a user clicks the processOrder button.) Chapter 1: All You Ever Wanted to Know about JavaScript // JavaScript statements go here function processOrder() { // More JavaScript statements go here } . by Emily Vander Veer JavaScript ™ FOR DUMmIES ‰ 4TH EDITION 01_576593 ffirs.qxd 10/12/04 9:55 PM Page iii JavaScript ™ For Dummies, ® 4th Edition Published by Wiley Publishing,. Wiley, the Wiley Publishing logo, For Dummies, the Dummies Man logo, A Reference for the Rest of Us!, The Dummies Way, Dummies Daily, The Fun and Easy Way, Dummies. com, and related trade dress. appears in monospaced font, like this HTML line: 2 JavaScript For Dummies, 4th Edition 03_576593 intro.qxd 10/12/04 9:55 PM Page 2 TITLEJavaScript For DummiesTITLE Make sure you follow the examples’

Ngày đăng: 25/03/2014, 15:52

Mục lục

  • Conventions Used in This Book

  • What You're Not to Read

  • How This Book Is Organized

    • Part I: Building Killer Web Pages for Fun and Profit

    • Part II: Creating Dynamic Web Pages

    • Part III: Making Your Site Easy for Visitors to Navigate and Use

    • Part IV: Interacting with Users

    • Part V: The Part of Tens

    • Icons Used in This Book

    • Where to Go from Here

    • Part I: Building Killer Web Pages for Fun and Profit

      • 1: Hitting the Highlights: JavaScript Basics

        • What Is JavaScript? (Hint: It's Not the Same Thing as Java!)

          • It's easy! (Sort of)

          • It's speedy!

          • Everybody's doing it! (Okay, almost everybody!)

          • JavaScript and Your Web Browser

          • What Can I Do with JavaScript That I Can't Do with Web Languages?

            • Make your Web site easy for folks to navigate

            • Customize the way your Web site looks on-the-fly

            • Create cool, dynamic animated effects

            • What Do I Need to Get Started?

              • Hardware

              • 2: Writing Your Very First Script

                • From Idea to Working JavaScript Application

                  • Ideas?! I got a million of 'em!

                  • Part I: Creating an HTML file

                  • Part II: Creating your script

Tài liệu cùng người dùng

Tài liệu liên quan