|
Posted by and on November 28, 2004, 1:14 am
Please log in for more thread options
Hi I am having trouble validating the folowing line
any ideas help please
this is drivin me nuts
thank god this is only transitional
by the time i get to strict i'll be a zombie
"
ine 122, column 148: document type does not allow element "form" here;
missing one of "object", "applet", "map", "iframe", "ins", "del" start-tag
.... name="FeedBack_Form" target="_blank">
Its referring to ths line
<form action="http://mydomain.com/cgi-sys/FormMail.cgi" method="post"
enctype="multipart/form-data" name="FeedBack_Form" target="_blank">
Its saying the form cannotbe in this element
but i get same result if i seperate form
ta much
|
|
Posted by Harlan Messinger on November 27, 2004, 11:14 pm
Please log in for more thread options
>Hi I am having trouble validating the folowing line
>any ideas help please
>this is drivin me nuts
>thank god this is only transitional
>by the time i get to strict i'll be a zombie
>"
>ine 122, column 148: document type does not allow element "form" here;
>missing one of "object", "applet", "map", "iframe", "ins", "del" start-tag
>
>... name="FeedBack_Form" target="_blank">
>
>Its referring to ths line
>
>
><form action="http://mydomain.com/cgi-sys/FormMail.cgi" method="post"
>enctype="multipart/form-data" name="FeedBack_Form" target="_blank">
>
>Its saying the form cannotbe in this element
If you can't show us the rest of the code, you'll need to turn to the
Psychic Hotline for the answer. We mere mortals have no way to
determine which code caused the error if we don't know what the code
(and, in particular, "this element") is.
--
Harlan Messinger
Remove the first dot from my e-mail address.
Veuillez ๔ter le premier point de mon adresse de courriel.
|
|
Posted by David Dorward on November 28, 2004, 1:56 am
Please log in for more thread options and wrote:
> ine 122, column 148: document type does not allow element "form" here;
> missing one of "object", "applet", "map", "iframe", "ins", "del" start-tag
>
> <form action="http://mydomain.com/cgi-sys/FormMail.cgi" method="post"
> enctype="multipart/form-data" name="FeedBack_Form" target="_blank">
>
> Its saying the form cannotbe in this element
.... but you haven't told us what element you are trying to put it inside. It
is probably either a <p> (which can only hold inline content) or a <font>
(which you shouldn't be using in the first place).
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is
|
| Similar Threads | Posted | | Validation of ASP.Net page - name attribute of form tag | May 25, 2006, 10:14 am |
| form validation with image containing garbled letters | January 13, 2006, 2:58 pm |
| Hidden portions of web feedback form break validation | March 27, 2005, 12:16 am |
| help with validation | July 30, 2004, 5:22 pm |
| validation | September 2, 2004, 8:15 am |
| validation | November 28, 2004, 3:12 am |
| HTML validation | November 4, 2004, 12:41 am |
| POST validation | October 6, 2005, 2:45 pm |
| DTDs, www & validation | December 10, 2004, 10:27 pm |
| 3 questions on validation | September 29, 2005, 12:31 pm |
|