> Netscape and Microsoft to stick to the W3C standard.. (and then making sure
> that the W3C doesn't change everything every year :-)
Have you heard about "emulation" of brouser DOM library?
if(ie) {document.layers=new Array()
document.layers[0]=document.all[xxx]
etc....
}
So you really could make library,
which makes browser W3C compatible
You need to make "document.getElementById = My_nn_func()"
and others....
But is it worth to do so?
(also could in IE be done catching of Event , when user makes a.a="b" ?)
> Also I don't see where you could make the speed advantages? the slowness of
"if" statemant always use much CPU.
and here it is in cycles.
> in IE it looks like it's rerendering everything on screen and I believe
> that's the main problem,
:)
Netscape4 will not rerender - it also called a problem of NN :)))
(you could do it manually if you know function name - I do not :-/
Malx
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-dev
- Re: [Dynapi-Dev] DynAPI build, Splitting files Brandon Myers
- Re: [Dynapi-Dev] DynAPI build, Splitting ... Scott Andrew LePera
- Re: [Dynapi-Dev] DynAPI build, Splitt... Brandon Myers
- RE: [Dynapi-Dev] DynAPI build, Splitt... Cameron Hart
- AW: [Dynapi-Dev] DynAPI build, Sp... SReindl
- Re: AW: [Dynapi-Dev] DynAPI b... Robert Rainwater
- Re: AW: [Dynapi-Dev] DynAPI b... Alexey Medvedev
- Re[2]: AW: [Dynapi-Dev] DynAP... Robert Rainwater
- RE: [Dynapi-Dev] DynAPI build... Pascal Bestebroer
- Re: [Dynapi-Dev] DynAPI build... Dan Steinman
- Re: [Dynapi-Dev] DynAPI build... Alexey Medvedev
- Re: [Dynapi-Dev] DynAPI build... Scott Andrew LePera
- AW: [Dynapi-Dev] DynAPI build... SReindl
- Re: AW: [Dynapi-Dev] DynAPI b... Robert Rainwater
- RE: AW: [Dynapi-Dev] DynAPI b... Pascal Bestebroer
- Re: AW: [Dynapi-Dev] DynAPI b... Brandon Myers
- AW: [Dynapi-Dev] DynAPI build... Stephan Reindl
- Re: AW: [Dynapi-Dev] DynAPI b... Jordi 'IlMaestro' Ministral
- Re: [Dynapi-Dev] DynAPI build... Brandon Myers
- RE: [Dynapi-Dev] DynAPI build... Pascal Bestebroer
- Re: [Dynapi-Dev] DynAPI build... Doug Melvin
