This shows you the differences between two versions of the page.
|
h-smile:built-in-behaviors:form [2010/07/21 23:08] andrew |
h-smile:built-in-behaviors:form [2010/07/21 23:08] (current) andrew |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * ''target="frame-name"'' - optional, name of the ''<frame>'' that will receive response from the server. | * ''target="frame-name"'' - optional, name of the ''<frame>'' that will receive response from the server. | ||
| * ''method="get" | "post"'' - type of http request to be used for submission. | * ''method="get" | "post"'' - type of http request to be used for submission. | ||
| - | * ''enctype="application/x-www-form-urlencoded" | "multipart/form-data"'' - type data encoding to use for submission. Use "multipart/form-data" if the form contains ''<input type=file>'' elements. | + | * ''enctype="application/x-www-form-urlencoded" | "multipart/form-data"'' - type of data encoding to use for submission. Use "multipart/form-data" if the form contains ''<input type=file>'' elements. |