bobpit
08-Jan-2009, 04:15 PM
1st issue:
In the sampleform.html there is the line:
<input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
Shouldn't this close with "/>" ??
So it should be:
<input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER"/>
I made this change and DreamweaverCS3 cleared many of the validity checks it reported to me.
+++++++++++++++++++++++++++
2nd issue:
DreamweaverCS3 reports the following error for the following line of code:
"The tag: "form" doesn't have an attribute: "name" in currently active versions.[XHTML 1.0 strict]"
<form method="post" action="http://soultherapynow.com/formmail.php" name="SampleForm" enctype="multipart/form-data" />
I suspect it is some XHTML version compatibility problem.
The form was working fine anyway. I just want to clear all the error messages.
In the sampleform.html there is the line:
<input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
Shouldn't this close with "/>" ??
So it should be:
<input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER"/>
I made this change and DreamweaverCS3 cleared many of the validity checks it reported to me.
+++++++++++++++++++++++++++
2nd issue:
DreamweaverCS3 reports the following error for the following line of code:
"The tag: "form" doesn't have an attribute: "name" in currently active versions.[XHTML 1.0 strict]"
<form method="post" action="http://soultherapynow.com/formmail.php" name="SampleForm" enctype="multipart/form-data" />
I suspect it is some XHTML version compatibility problem.
The form was working fine anyway. I just want to clear all the error messages.