On Sun, 11 Aug 2002 19:38:33 UTC, Martin Lafaix <[EMAIL PROTECTED]> wrote:
> > "William L. Hartzell" a �crit : > > > You can instead use the Tab-key to switch through all the links and hit > > > Enter when the one you want is highlighted. > > Creating a Links menu can be done as you've shown an alternative > > implementation. Afterall you are only talking about a css layout being > > done. Since you know this, would you attempt the css layout? > > Er, I fail to see how the above relates to CSS (Cascading Style > Sheets). It does relate to DOM (Document Object Model), though. > > A simple JavaScript script parsing the current document can easily > acheive that. You can actually check the source of the Page Info window > (Ctrl+I) to see how it fills its Links page. (No C++ required, it's > just xul (for the UI) plus javascript.) > > [You already have the source code in the various Jar files in the > various subdirectories where you put Mozilla. Jar files are just like > zip files, the same tools should work just fine with them.] There is in fact a Links sidebar addon at http://segment7.net/mozilla/links/links.html. I've tried it in the past, but, didn't really like it. Unfortunately, it hasn't been updated for a long time. I just installed it again: your right, it's all Javascript. -- David Forrester davidfor at internode dot on dot net http://www.os2world.com/djfos2
