Forum Moderators: open

Message Too Old, No Replies

how to open form?

         

Crump

7:08 pm on Mar 13, 2006 (gmt 0)

10+ Year Member



Right now I am using the following to open up a form:

<form method="post" enctype="multipart/form-data">

Is this method OK? Is there something better?

tedster

1:29 am on Mar 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sorry, but your question isn't clear to me -- what do you mean by "open"?

Crump

5:11 am on Mar 14, 2006 (gmt 0)

10+ Year Member



I mean the code used to start a form sequence in HTML.

<form>

</form>

I see all different types of ways to start it.

tedster

5:50 am on Mar 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Here's the W3C page about forms in html 4.01 -- they are the "standards body" and the best place to go for technical information. Specific information about the various attributes possible in the opening <form> tag is in section 17.3

[w3.org...]