Click here to get back home

Events

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Events gaijinco 11-05-2007
|--> Re: Events Harlan Messinge...11-05-2007
|--> Re: Events David Dorward11-05-2007
`--> Re: Events Andy Dingley11-05-2007
Posted by gaijinco on November 5, 2007, 3:24 am
Please log in for more thread options
I have done things in HTML for a long while. In my hey-day I used to
read a lot of information about HTML published including the W3C site
and Webmonkey.com, but as the things cooled down, I too relaxed a
little. Today I was trying to do somethings and catch up a little bit
(I step down, while XHTML 1.0 was stepping up). I used the HTML
Validator for my page and I was shocked with 2 things:

1- onChange is not an event of SELECT?
2- onMouseOver is still not an event of IMG?

I was trying to find documentation about how else I was supposed to
use those events, but I couldn't find it.

So I ask you gurus, what's going on there?


Posted by Harlan Messinger on November 5, 2007, 4:06 am
Please log in for more thread options
gaijinco wrote:
> I have done things in HTML for a long while. In my hey-day I used to
> read a lot of information about HTML published including the W3C site
> and Webmonkey.com, but as the things cooled down, I too relaxed a
> little. Today I was trying to do somethings and catch up a little bit
> (I step down, while XHTML 1.0 was stepping up). I used the HTML
> Validator for my page and I was shocked with 2 things:
>
> 1- onChange is not an event of SELECT?
> 2- onMouseOver is still not an event of IMG?
>
> I was trying to find documentation about how else I was supposed to
> use those events, but I couldn't find it.
>
> So I ask you gurus, what's going on there?

There's nothing wrong with these events in the validator--I just ran a
test case--so it's impossible to tell as long as you're keeping your
page a secret!

Posted by David Dorward on November 5, 2007, 5:03 am
Please log in for more thread options
> I have done things in HTML for a long while. In my hey-day I used to
> read a lot of information about HTML published including the W3C site
> and Webmonkey.com, but as the things cooled down, I too relaxed a
> little. Today I was trying to do somethings and catch up a little bit
> (I step down, while XHTML 1.0 was stepping up). I used the HTML
> Validator for my page and I was shocked with 2 things:
>
> 1- onChange is not an event of SELECT?
> 2- onMouseOver is still not an event of IMG?

I'm guessing you are using XHTML ...

Why you probably shouldn't:
http://www.webdevout.net/articles/beware-of-xhtml

Why onChange and onMouseOver are invalid:
http://www.w3.org/TR/xhtml1/#h-4.2

--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/


Posted by Andy Dingley on November 5, 2007, 7:48 am
Please log in for more thread options

> Today I was trying to do somethings and catch up a little bit
> (I step down, while XHTML 1.0 was stepping up). I used the HTML
> Validator for my page and I was shocked with 2 things:

Don't use XHTML. It's pointless, it's harmful in some cases, it's
awkwward to do this and get it right.

> 1- onChange is not an event of SELECT?

onchange is though. XHTML is case-sensitive, and they're lower case
rather than camel-case.


Similar ThreadsPosted
Table Element Focus events February 21, 2005, 8:47 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap