Page is a not externally linkable
dingman - 6:34 am on Oct 31, 2002 (gmt 0)
Do like Andreas said, then convert all your event attributes to all-lowercase. (i.e., <form onsubmit="dostuff();">) Then the validator will like you. (Or at least your page :))
Also, it seems that javascript events aren't allowed in xhtml, such as <form onSubmit="dostuff()"> . What should I be doing instead?