Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- writing tags with javascript in xhtml


dingman - 6:34 am on Oct 31, 2002 (gmt 0)


Also, it seems that javascript events aren't allowed in xhtml, such as <form onSubmit="dostuff()"> . What should I be doing instead?

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 :))


Thread source:: http://www.webmasterworld.com/javascript/219.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com