Computer Dictionary | Javascripts | Search Engines | SEO | Text Link Guide | Web Design
Internet Marketing Tools | Ecommerce Software | Michael Wong | Sponsored Links | Help
 
Web HTML-HTML.com
You are here: HTML > Forms

<FORM ...>

Usage Recommendation
thumbs up Use it.

  • ACTION: URL of the CGI program
  • METHOD: how to transfer the data to the CGI
  • NAME: name of this form
  • ENCTYPE: what type of form this is
 
  • TARGET: what frames to put the results in
  • onSubmit: script to run before the form is submitted
  • onReset: script to run before the form is reset

<FORM ...> indicates the beginning of a form. All other form tags go inside <FORM ...>. In its simplest use, <FORM ...> can be used without any attributes:

this code produces this
<FORM>
name: <INPUT><BR>
email: <INPUT>
</FORM>
name:
email:

Most forms require either the ACTION or NAME attributes to do anything meaningful. (The <FORM ...> attribute is always required, but not necessarily used in every situation.) For example, to make this form work, we'll add the <FORM ACTION="..."> attribute, which indicates the CGI program to send the form data to. We'll also use NAME in the <INPUT ...> tags, and add a Submit button:

this code produces this
<FORM ACTION="/cgi-bin/html/mycgi.pl">
name: <INPUT NAME=realname><BR>
email: <INPUT NAME=email><BR>
<INPUT TYPE=SUBMIT>
</FORM>
name:
email:

NAME is useful when you want to use scripting

<FORM ACTION="..."> >>>

          

What's New?

'Social Bookmarking 101' in Link Building Software
'Advanced Web Ranking' & 'SEO Image' in Search Engine Rankings
'LotusJump' & 'SheerSEO' in SEO Software
'Revenue Surge' in UpSell
'MemberSpeed' in Membership Software
 

Top 5 Best Sellers

1.Text Links Ads - Buy & sell text links
2.Definitive Guide to Google AdWords - How-to, latest tips, case studies, screenshots, Q&A
3.Internet Business Promoter - Get top 10 Google rankings or money back SEO software
4.Site Build It! - Internet business & marketing system used by 40,000 customers
5.SEO EliteHot! - Big collection of SEO & traffic generating tools
 

My Other Sites

GoDefy Marketing Software - Compare 100s of web marketing products & services
Jumbo Keyword Tool - 70+ 1-Click AdWords keyword editing functions
Internet Marketing Blog - AdWords, SEO, affiliate marketing, etc.
 

Free Marketing Tools

1.Search Engine Rankings
2.AdWords Wrapper
3.Keywords (Top 500 updated daily)
4.Link Popularity Check
5.Marketing Tips
 

Copyright © 2002-9 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com