XHTML Bugfixes
This commit is contained in:
parent
c68c65a504
commit
2b1c85370c
6 changed files with 9 additions and 9 deletions
|
|
@ -125,7 +125,7 @@ The form's submission method. This defaults to "POST" and probably shouldn't be
|
|||
|
||||
If you want to add anything special to your form like javascript actions, or stylesheet information, you'd add it in here as follows:
|
||||
|
||||
'"name"="myForm" onChange="myForm.submit()"'
|
||||
'"name"="myForm" onchange="myForm.submit()"'
|
||||
|
||||
=head3 enctype
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue