View Single Post
  #2 (permalink)  
Old Dec 17th, 2003, 07:36
Webforumz Staff Webforumz Staff is offline
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
I would assume that all browsers are happy with

Code: Select all
<script language="whatever">
purely because, if the language isn't understood, the browser ignores the code. I remember this certainly being a case for older browsers.

onchange is a bit different, because I would assume that, due to your findings, it is not part of XHTML....?