Il validatore mi da molti errori con un semplice FORM:
Error Line 284 column 68: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
...la_pagina.asp?modo=ok" method=post id=form1 name=form1>
✉
Error Line 285 column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
<input type=hidden name="page" page = "request.queryString("page")" />
✉
Error Line 285 column 38: there is no attribute "page".
<input type=hidden name="page" page = "request.queryString("page")" />
✉
Error Line 285 column 64: an attribute value literal can occur in an attribute specification list only after a VI delimiter.
...=hidden name="page" page = "request.queryString("page")" />
Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".
✉
Error Line 285 column 64: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
...=hidden name="page" page = "request.queryString("page")" />
dove sbaglio??