If your forms aren't processing correctly or your JavaScript functions
aren't working with your forms, the solution to your problem may be as simple as a name.
The NAME attribute is optional within the FORM tag itself, but it's almost always required
inside form control attributes. Click here to learn more.
Who is visiting your Web site? What browsers do they use? Where do they
go in the site? What pages do they look at? Your Web server log files contain the answers
to these questions and more. Once you start using your server log information, you'll
wonder how you ever got along without it. Click here for more information.
Here's a simple tip to get a little more performance from your Web server: use a
trailing slash on your directory URLs. This small addition decreases page load time by reducing
the number of times a visitor's browser has to talk to your Web server. Click here to
see how.