feha
Posts: 712
|
| Posted: 04/01/2006, 12:50 PM |
|
Error Line 370 column 11: there is no attribute "NAME".
<form name="Login" action="index.php?ccsForm=Login" method="post">
This hapens for HTML4
and XHTML 1.1 or 1 strict ?
Any suggestion ?
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
WKempees
|
| Posted: 04/02/2006, 1:56 AM |
|
upper and lower case mix?
"feha" <feha@forum.codecharge> schreef in bericht
news:2442ee778969c4@news.codecharge.com...
> Error Line 370 column 11: there is no attribute "NAME".
> <form name="Login" action="index.php?ccsForm=Login" method="post">
>
> This hapens for HTML4
>
> and XHTML 1.1 or 1 strict ?
> Any suggestion ?
> _________________
> Regards
> feha
> Vision.To Design
> www.vision.to
> wowdev.com
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
feha
Posts: 712
|
| Posted: 04/02/2006, 4:21 AM |
|
Hi Walter
No it is not case problem, the attribute is not allowed
attribute "NAME".
it is allowed on XHTML transitional 1 but not strict.
It is not allowed in HTML 4.0 Transitional.
for case problem i have fixed a reg-exp and makes 90% of code compatible ...
If you remove name from form you can't submit form ...
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
WKempees
|
| Posted: 04/02/2006, 5:36 AM |
|
ok, thx
"feha" <feha@forum.codecharge> schreef in bericht
news:2442fb3bf78a7c@news.codecharge.com...
> Hi Walter
> No it is not case problem, the attribute is not allowed
> attribute "NAME".
> it is allowed on XHTML transitional 1 but not strict.
> It is not allowed in HTML 4.0 Transitional.
>
> for case problem i have fixed a reg-exp and makes 90% of code compatible
> ...
>
> If you remove name from form you can't submit form ...
>
>
> _________________
> Regards
> feha
> Vision.To Design
> www.vision.to
> wowdev.com
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |