|
|
|
date: 16 May 2006 08:12:09 -0700,
group: microsoft.public.inetsdk.programming.scripting.jscript
back
Re: default event handlers
May be you can still do this.
function stan::onmouseenter(){
document.getElementById("stan").innerText = "sean";
}
***************************
Drawback to using this style on your page is,
that "they" think you are smart, and from then on
you can forget about deals and trading.
Or peer answers.
***************************
They will suddenly all want money,
even for software that does not work
as specified in the first place.
Os vendors no exception
=======================
So if you stick out, or your site does not look
as pathetic as theirs does, the Motor Vehicle,
TV, John Stewart, Cspan mass will "scalp" you.
"ion" wrote in message
news:1147792329.913368.42050@g10g2000cwb.googlegroups.com...
> Remember when trident was first introduced? There was a naming
> convention for jscript functions in MSIE that attached the function to
> an element as an event handler. Something like
> <span id="stan">scan</span>
> <script language="jscript">
> fuction stan_onmouseenter(){
> document.getElementById("stan").innerText = "sean";
> }
> </script>
> I don't imagine this feature has gone away, but the underscore isn't
> working and I've forgotten what the convention was. Nor can I find any
> documentation for it.
> Does anyone remember this?
> Thanks!
> Ion
>
date: Fri, 19 May 2006 02:33:28 -0400
author: asdf
|
|