KnotGoblin
Technical User
The only thing that i am having trouble getting to validate in web app is the javascript block that ASP .Net is generating.
specifcally, this function:
the error is that the script element does not have the type attribute (it only has the language attribute).
i am using 4.01 loose:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
So how can i get this:
in the script element?
-Jer
specifcally, this function:
Code:
function __doPostBack(eventTarget, eventArgument){}
the error is that the script element does not have the type attribute (it only has the language attribute).
i am using 4.01 loose:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
So how can i get this:
Code:
type="text/javascript"
-Jer