Course Technology logoCourse Technology
Tutorial 6

*
 Online 
    Companion 
 Home 

directory folder
Documents 

 HTML: 
 Tutorial 1 
 Tutorial 2 
 Tutorial 3 
 Tutorial 4 
 Tutorial 5 
 Tutorial 6 
 Tutorial 7 
 Tutorial 8 
 Tutorial 9 
 Tutorial 10 


DHTML: 
 Tutorial 1 
 Tutorial 2 
 Tutorial 3 
 Tutorial 4 
 Tutorial 5 


directory folder
Gallery 

directory folder
Software 


directory folder
Data Files 


directory folder
Reference: 

HTML Tags 

 Appendix D: 
 JavaScript 
 Objects, 
 Properties, 
 Methods, 
 Event 
 Handlers 

 Appendix E: 
JavaScript 
 Operators, 
 Elements, 
 Keywords 
  
 Appendix F: 
 Cascading 
 Style Sheets 



Web Pages and HTML icon

Creating  Web  Page
Forms  with  HTML

Designing a Customized
Registration Form

Additional Topics

*Accessing Web Page Search Forms
*Form Editors
*Learning about CGI



Accessing Web Page Search Forms

----
Several Web pages have made their search engines accessible to users. The popular Yahoo! Web site has done this. You can add a form to your Web page to access their search engine. To do this, you use the GET method and access the CGI script at "http://dir.yahoo.com". You must also include an input box with the variable name "P". For example, the following HTML tag:

<FORM METHOD="GET" ACTION="http://dir.yahoo.com"/>
<INPUT SIZE=30 NAME=P>
<INPUT TYPE=SUBMIT VALUE="Search Yahoo!">
</FORM>

results in the following form and search box:

When you enter a keyword into the search form and click the "Search Yahoo!" button, you'll receive a page of search results. Note that your Web page need not be located on a Web server, you can use this technique on a local Web page (as long as it has Internet access.)

To the top

Form Editors

----
There are several "form editors" available on the Web that will help you create your Web page forms. Here are some links to form pages:
WebForms
FreeForm
Form Testing
Response-o-matic
HTML Tutorial - Forms

To the top

Learning about CGI

----
This book is focused on HTML and related issues. If you wish to learn more about CGI scripts and how to program in CGI, you can go to the following Web sites:
The CGI Collection
CGI Made Easy
CGI Mail
Matt's Script Archive
WebForm PAL
Web Scripts
CGI Resources

To the top


*Online Companion Home  
*Software  *Gallery  directory folderData Files  
*Documents: HTML: Tutorial 1 | Tutorial 2 | Tutorial 3 | Tutorial 4
Tutorial 5 | Tutorial 6 | Tutorial 7 | Tutorial 8 | Tutorial 9 | Tutorial 10
DHTML: Tutorial 1 | Tutorial 2 | Tutorial 3 | Tutorial 4 | Tutorial 5

*Reference:  HTML Tags, Properties | Appendix D:Web Pages and HTML icon
JavaScript Objects, Properties, Methods, Event Handlers
Appendix E:  JavaScript Operators, Elements, Keywords
Appendix F:  Cascading Style Sheets

To the top

*
Website design by SKDesigns.Course Technology © 2000*
*