Sams Teach Yourself HTML 4 in 24 Hours
- Table of Contents
- Copyright
- About the Author
- Acknowledgments
- Tell Us What You Think!
- Put Your HTML Page Online Today
- I. Your First Web Page
- Hour 1. Understanding HTML and XML
- Hour 2. Create a Web Page Right Now
- Hour 3. Linking to Other Web Pages
- Hour 4. Publishing Your HTML Pages
- II. Web Page Text
- Hour 5. Text Alignment and Lists
- Hour 6. Text Formatting and Font Control
- Hour 7. Email Links and Links Within a Page
- Hour 8. Creating HTML Forms
- III. Web Page Graphics
- Hour 9. Creating Your Own Web Page Graphics
- Hour 10. Putting Graphics on a Web Page
- Hour 11. Custom Backgrounds and Colors
- Hour 12. Creating Animated Graphics
- IV. Web Page Design
- Hour 13. Page Design and Layout
- Hour 14. Graphical Links and Imagemaps
- Hour 15. Advanced Layout with Tables
- Hour 16. Using Style Sheets
- V. Dynamic Web Pages
- Hour 17. Embedding Multimedia in Web Pages
- Hour 18. Interactive Pages with Applets and ActiveX
- Hour 19. Web Page Scripting for Non-Programmers
- Hour 20. Setting Pages in Motion with Dynamic HTML
- VI. Building a Web Site
- Hour 21. Multipage Layout with Frames
- Hour 22. Organizing and Managing a Web Site
- Hour 23. Helping People Find Your Web Pages
- Hour 24. Planning for the Future of HTML
- VII. Appendixes
- A. Readers' Most Frequently Asked Questions
- B. HTML Learning Resources on the Internet
- C. Complete HTML 4 Quick Reference
- D. HTML Character Entities
Q&A
-
I've heard that it's dangerous to send credit card numbers over the Internet. Can't thieves intercept form data on its way to me?
It is possible to intercept form data (and any Web pages or email) as it travels through the Internet. If you ask for credit card numbers or other sensitive information on your forms, you should ask the company who runs your Web server about "secure" forms processing. There are several reliable technologies for eliminating the risk of high-tech eavesdroppers, but it may cost you quite a bit to implement the security measures.
To put the amount of risk in perspective, remember that it is much more difficult to intercept information traveling through the Internet than it is to look over someone's shoulder in a restaurant or retail store.
-
I'm not set up to take credit cards or electronic payments. How do I make an order form for people to print out on paper and mail to me with a check?
Any form can be printed out. Just leave off the Submit button if you don't want any email submissions; instead, instruct people to fill out the form and select File, Print. Remember to include a link to some other page so they can return to the rest of your Web site after printing the form—and don't forget to tell them where they should send the check!
-
Can I put forms on a CD-ROM, or do they have to be on the Internet?
You can put a form anywhere you can put a Web page. If it's on a disk or CD-ROM instead of a Web server, it can be filled out by people whether they are connected to the Internet or not. Of course, they must be connected to the Internet (or your local intranet) when they click the Submit button, or the information won't get to you.
-
I've seen sites on the Internet that use pick-lists to link between multiple pages, kind of like a navigation menu. How do they do that?
All things are possible if you have a professional programmer to write custom scripts for you. Even if you don't, you can find some sample prewritten scripts for this sort of thing on the Internet (search under CGI Scripts in any major search engine, such as http://www.yahoo.com). Even after you locate a prewritten script, however, you may still need some assistance installing it and getting it to work properly on your Web server.
Workshop | Next Section

Account Sign In
View your cart