|
-
Nov 25th, 2005, 01:06 PM
#1
Thread Starter
Fanatic Member
XHTML validation error!!
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">
Last edited by kenny_oh; Nov 26th, 2005 at 06:24 AM.
-
Nov 26th, 2005, 06:16 AM
#2
New Member
Re: XHTML validation error!!
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.
-
Nov 26th, 2005, 06:24 AM
#3
Thread Starter
Fanatic Member
Re: XHTML validation error!!
i found the solution..
Code:
<script type=text/javascript></script>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|