|
From: Bill W. <bil...@us...> - 2000-12-05 15:08:16
|
I kind of like the idea too. Perhaps it could be part of the perl make file that Dan (?) made over the weekend. Pass it a param to spit out IE4, IE5, NS4, NS6 etc. Then after the browser sniffer figures out which ua you have, load only the one you need. fast! -bw Alexey Medvedev <ma...@ca...> wrote: > > > versions. If you put equivant of #IFDEF (or whatever, it's been a long time > > code is in one place, and browser specific versions are developed together, > > It is interesting idea. > I thinks it could be done just with a "grep" (grep.exe) and sed :) > > ---src.js--- > > code.... > #IE sghd > #NN uuuuu > ------------ > > cat src.js | grep -v "^#IE" | sed s/"^#NN"//g >out.js > > But! > It would be hard to create the codes :-/ > If implementation ideology of DynLayer in IE and NN would be different. > (for example - use of <layer (or = new Layer())for NN as more > stable , than </div>). > > This one better to keep in different files. > > Malx > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 |