Wells-it.com - Web Hosting

validation problem

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 71 posts

Joined: Oct 2005

any one know why i get this error when i validate and can help me fix it?

Error Line 14 column 31: there is no attribute "onLoad".

my source code is below!

index.jpg

<script language="JavaScript1.2" type="text/javascript" src="javascripts/mm_css_menu.js"></script>

@import url("css/index.css");

<script language="JavaScript" type="text/javascript" src="javascripts/statusbarclock.js"></script>


<script language="JavaScript" type="text/javascript" src="javascripts/liveclock_lite.js"></script>

Extream Web Designs!
Extream Web Designs is a professional Internet consulting and Web design company based
in Lafayette, La. We specialize in best-in-class website design, online
marketing, Flash multimedia, corporate identity and print graphics. Extream Web Designs
features an integrated team of web consultants, creative designers, writers,
programmers and marketing professionals that know how to get online
results.

ITSolution

 

 

 


IT Services


Web Development


Free Quotes


Home Networking


Graphic Design


Search Engine Optimization

Danny G Guillory Jr
danny@qbased.com
337.303.6453

Busy's picture
Modrater

He has: 6,157 posts

Joined: May 2001

onLoad <-- problem is the capital L, should be all lowercase - onload

you might fail on this one too, if so just remove the lanuage= bit, is only for old old browsers, type is all you need:

<?bhb if(broken){ echo("It wasn't me Smiling "); } ?>
Learn HTML the ez way - EzHTML.net

Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...

He has: 495 posts

Joined: May 2005

On load in tag is not permitted. Smiling