Javascript invalid?

I am trying to validate my website at http://validator.w3.org/.  I
have declared the doctype as xhtml strict.  My website is here:

www.satoriglass.com

When attempting to validate, I am told that:

<script language="javascript" src="satori.js">

Is invalid because:

there is no attribute "language"
and
required attribute "type" not specified

Also in reference to:

<a href="index.html" onClick="openwiki()" title="Satori Defined">

I get this:

there is no attribute "onClick"

Is javascript not valid?  How do you make a web page that validates as
xhtml strict and is still able to use javascript?  Is it even
possible?

Thanks,
Adin

Received on Friday, 29 September 2006 04:20:03 UTC