this line code is the error when i validated my XHTML form.............what is the solution to solve this problem where can pass the validation?
Code:<script language="JavaScript" type="text/JavaScript">
Printable View
this line code is the error when i validated my XHTML form.............what is the solution to solve this problem where can pass the validation?
Code:<script language="JavaScript" type="text/JavaScript">
I don't know much about JavaScript but do you need both those attributes in the script element? Try taking the langauge="JavaScript" bit out.
i found the solution..
Code:<script type=text/javascript></script>