Forum Moderators: open
"I ran my webpage thru the html validator. here is my doc type.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
The page fails the validation because I have some javascript on the page.
<script language="javascript" type="test/javascript"
This is what the html validator doesn't like. Is there a way to make it compliant with this doc type?"
He or she was advised to remove the language attribute and said that this worked but when I try this the script stops working. How should that be done?
Thanks,
jim