Senza indicazioni è difficile aiutarti.
Direi che un buon punto di partenza è verificare la correttezza del codice
Ho corretto quasi tutto manon ne vado fuori con i seguenti tre errori:
Validation Output: 3 Errors Line 140, Column 50: required attribute "TYPE" not specified.
<SCRIPT LANGUAGE="JavaScript" src="eMailer.js"></script>✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Line 141, Column 24: required attribute "ACTION" not specified.
<form name="eMailer">✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Line 141, Column 24: document type does not allow element "FORM" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME" start-tag.
<form name="eMailer">✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
---------------------
Mi sai dare una mano?
Grazie.
Stefano